Html Css Color HEX #5C9367 Laurel

📋 copy color: '#5C9367'

red 92 ◦ green 147 ◦ blue 103

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

Shades of Laurel #5C9367

Tints of Laurel #5C9367

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.98%

 BLUE value IS 103 (40.63% from 255) = 30.12%

R = 26.9%
G = 42.98%
B = 30.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#5C9367 (or 0x5C9367) is known color: Laurel. HEX triplet: 5C, 93 and 67. RGB value is (92,147,103). Sum of RGB (Red+Green+Blue) = 92+147+103=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #5C9367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9367 is #A36C98. Grayscale: #7D7D7D. Windows color (decimal): -10710169 or 6787932. OLE color: 6787932.

HSL color Cylindrical-coordinate representation of color #5C9367: hue angle of 132º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C9367 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 147 103 -
CMYK 0.37 0 0.30 0.42
HSL 132º 0.23% 0.47% -
HSV(B) 132º 0.37% 0.58% -
XYZ 17.3 24.12 16.58 -
YUV 125.54 115.28 104.08 -
System Red Green Blue C M Y K H S L
Decimal 92 147 103 0.37 0 0.30 0.42 132 0.23 0.47
Hex 5C 93 67 25 0 1E 2A 84 17 2F
Octal 134 223 147 45 0 36 52 204 27 57
Binary 1011100 10010011 1100111 100101 0 11110 101010 10000100 10111 101111

Color Harmonies of #5C9367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9367

Black with #5C9367

Text Example


Text Example

White with #5C9367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,147,103); }

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

background-color css

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

 a { background-color: rgb(92,147,103); }

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

border-color css

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

 span { border-color: rgb(92,147,103); }

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