Html Css Color HEX #5C8464 Laurel

📋 copy color: '#5C8464'

red 92 ◦ green 132 ◦ blue 100

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

Shades of Laurel #5C8464

Tints of Laurel #5C8464

RGB

 RED value IS 92 (36.33% from 255) = 28.4%

 GREEN value IS 132 (51.95% from 255) = 40.74%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 28.4%
G = 40.74%
B = 30.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#5C8464 (or 0x5C8464) is known color: Laurel. HEX triplet: 5C, 84 and 64. RGB value is (92,132,100). Sum of RGB (Red+Green+Blue) = 92+132+100=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #5C8464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8464 is #A37B9B. Grayscale: #747474. Windows color (decimal): -10714012 or 6587484. OLE color: 6587484.

HSL color Cylindrical-coordinate representation of color #5C8464: hue angle of 132º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C8464 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 92 132 100 -
CMYK 0.30 0 0.24 0.48
HSL 132º 0.18% 0.44% -
HSV(B) 132º 0.3% 0.52% -
XYZ 14.97 19.7 15.07 -
YUV 116.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 92 132 100 0.30 0 0.24 0.48 132 0.18 0.44
Hex 5C 84 64 1E 0 18 30 84 12 2C
Octal 134 204 144 36 0 30 60 204 22 54
Binary 1011100 10000100 1100100 11110 0 11000 110000 10000100 10010 101100

Color Harmonies of #5C8464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8464

Black with #5C8464

Text Example


Text Example

White with #5C8464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C8464; }

 p { color: rgb(92,132,100); }

 H1.HeaderClassName
 {
   color: #5C8464;
 }
 .AnyTagClassName
 {
   color: #5C8464;
 }
</style>

background-color css

<style>
 a { background-color: #5C8464; }

 a { background-color: rgb(92,132,100); }

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

border-color css

<style>
 span { border-color: #5C8464; }

 span { border-color: rgb(92,132,100); }

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