Html Css Color HEX #5E6048 Woodland

📋 copy color: '#5E6048'

red 94 ◦ green 96 ◦ blue 72

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

Shades of Woodland #5E6048

Tints of Woodland #5E6048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

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

R = 35.88%
G = 36.64%
B = 27.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#5E6048 (or 0x5E6048) is known color: Woodland. HEX triplet: 5E, 60 and 48. RGB value is (94,96,72). Sum of RGB (Red+Green+Blue) = 94+96+72=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6048 is #A19FB7. Grayscale: #5C5C5C. Windows color (decimal): -10592184 or 4743262. OLE color: 4743262.

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

Color convert

RGB 94 96 72 -
CMYK 0.02 0 0.25 0.62
HSL 65º 0.14% 0.33% -
HSV(B) 65º 0.25% 0.38% -
XYZ 9.97 11.21 7.77 -
YUV 92.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 94 96 72 0.02 0 0.25 0.62 65 0.14 0.33
Hex 5E 60 48 2 0 19 3E 41 E 21
Octal 136 140 110 2 0 31 76 101 16 41
Binary 1011110 1100000 1001000 10 0 11001 111110 1000001 1110 100001

Color Harmonies of #5E6048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6048

Black with #5E6048

Text Example


Text Example

White with #5E6048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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