Html Css Color HEX #18804C Salem

📋 copy color: '#18804C'

red 24 ◦ green 128 ◦ blue 76

#18804C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #18804C

Tints of Salem #18804C

RGB

 RED value IS 24 (9.77% from 255) = 10.53%

 GREEN value IS 128 (50.39% from 255) = 56.14%

 BLUE value IS 76 (30.08% from 255) = 33.33%

R = 10.53%
G = 56.14%
B = 33.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#18804C (or 0x18804C) is known color: Salem. HEX triplet: 18, 80 and 4C. RGB value is (24,128,76). Sum of RGB (Red+Green+Blue) = 24+128+76=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #18804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18804C is #E77FB3. Grayscale: #5B5B5B. Windows color (decimal): -15171508 or 5013528. OLE color: 5013528.

HSL color Cylindrical-coordinate representation of color #18804C: hue angle of 150º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18804C is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 128 76 -
CMYK 0.81 0 0.41 0.50
HSL 150º 0.68% 0.3% -
HSV(B) 150º 0.81% 0.5% -
XYZ 9.4 16.15 9.46 -
YUV 90.98 119.54 80.23 -
System Red Green Blue C M Y K H S L
Decimal 24 128 76 0.81 0 0.41 0.50 150 0.68 0.3
Hex 18 80 4C 51 0 29 32 96 44 1E
Octal 30 200 114 121 0 51 62 226 104 36
Binary 11000 10000000 1001100 1010001 0 101001 110010 10010110 1000100 11110

Color Harmonies of #18804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18804C

Black with #18804C

Text Example


Text Example

White with #18804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18804C; }

 p { color: rgb(24,128,76); }

 H1.HeaderClassName
 {
   color: #18804C;
 }
 .AnyTagClassName
 {
   color: #18804C;
 }
</style>

background-color css

<style>
 a { background-color: #18804C; }

 a { background-color: rgb(24,128,76); }

 div.DivClassName
 {
   background-color: #18804C;
 }
 .BgClassName
 {
   background-color: #18804C;
 }
</style>

border-color css

<style>
 span { border-color: #18804C; }

 span { border-color: rgb(24,128,76); }

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