Html Css Color HEX #5E6148 Woodland

📋 copy color: '#5E6148'

red 94 ◦ green 97 ◦ blue 72

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

Shades of Woodland #5E6148

Tints of Woodland #5E6148

RGB

 RED value IS 94 (37.11% from 255) = 35.74%

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 72 (28.52% from 255) = 27.38%

R = 35.74%
G = 36.88%
B = 27.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#5E6148 (or 0x5E6148) is known color: Woodland. HEX triplet: 5E, 61 and 48. RGB value is (94,97,72). Sum of RGB (Red+Green+Blue) = 94+97+72=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6148 is #A19EB7. Grayscale: #5D5D5D. Windows color (decimal): -10591928 or 4743518. OLE color: 4743518.

HSL color Cylindrical-coordinate representation of color #5E6148: hue angle of 67.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E6148 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 97 72 -
CMYK 0.03 0 0.26 0.62
HSL 67.2º 0.15% 0.33% -
HSV(B) 67.2º 0.26% 0.38% -
XYZ 10.06 11.4 7.8 -
YUV 93.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 94 97 72 0.03 0 0.26 0.62 67.2 0.15 0.33
Hex 5E 61 48 3 0 1A 3E 43 F 21
Octal 136 141 110 3 0 32 76 103 17 41
Binary 1011110 1100001 1001000 11 0 11010 111110 1000011 1111 100001

Color Harmonies of #5E6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6148

Black with #5E6148

Text Example


Text Example

White with #5E6148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,97,72); }

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

background-color css

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

 a { background-color: rgb(94,97,72); }

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

border-color css

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

 span { border-color: rgb(94,97,72); }

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