#18774D

Color #18774D Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #18774D

Tints of Salem #18774D

Color information

#18774D (or 0x18774D) is unknown color: approx Salem. HEX triplet: 18, 77 and 4D. RGB value is (24,119,77). Sum of RGB (Red+Green+Blue) = 24+119+77=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #18774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18774D is #E788B2. Grayscale: #555555. Windows color (decimal): -15173811 or 5076760. OLE color: 5076760.

HSL color Cylindrical-coordinate representation of color #18774D: hue angle of 153.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18774D is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB2411977-
CMYK0.8000.350.53
HSL153.47º66.43%28.04%-
HSV(B)153.47º79.83%46.67%-
XYZ8.3113.929.27-
YUV85.81123.0383.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 119 (46.88% from 255) = 54.09%
BLUE value IS 77 (30.47% from 255) = 35%
R=10.91%
G=54.09%
B=35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24119770.8000.350.53153.4766.4328.04
Hex18774D500233599421c
Octal301671151200436523110234
Binary11000111011110011011010000010001111010110011001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18774D; }

 p { color: rgb(24,119,77); }

 H1.HeaderClassName
 {
   color: #18774D;
 }
 .AnyTagClassName
 {
   color: #18774D;
 }
</style>
background-color css

<style>
 a { background-color: #18774D; }

 a { background-color: rgb(24,119,77); }

 div.DivClassName
 {
   background-color: #18774D;
 }
 .BgClassName
 {
   background-color: #18774D;
 }
</style>
border-color css

<style>
 span { border-color: #18774D; }

 span { border-color: rgb(24,119,77); }

 td.TdClassName
 {
   border-color: #18774D;
 }
 .TagClassName
 {
   border-color: #18774D;
 }
</style>