Html Css Color HEX #5E6848 Woodland

📋 copy color: '#5E6848'

red 94 ◦ green 104 ◦ blue 72

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

Shades of Woodland #5E6848

Tints of Woodland #5E6848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.52%

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

R = 34.81%
G = 38.52%
B = 26.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#5E6848 (or 0x5E6848) is known color: Woodland. HEX triplet: 5E, 68 and 48. RGB value is (94,104,72). Sum of RGB (Red+Green+Blue) = 94+104+72=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6848 is #A197B7. Grayscale: #616161. Windows color (decimal): -10590136 or 4745310. OLE color: 4745310.

HSL color Cylindrical-coordinate representation of color #5E6848: hue angle of 78.75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E6848 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 104 72 -
CMYK 0.10 0 0.31 0.59
HSL 78.75º 0.18% 0.35% -
HSV(B) 78.75º 0.31% 0.41% -
XYZ 10.74 12.75 8.03 -
YUV 97.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 94 104 72 0.10 0 0.31 0.59 78.75 0.18 0.35
Hex 5E 68 48 A 0 1F 3B 4F 12 23
Octal 136 150 110 12 0 37 73 117 22 43
Binary 1011110 1101000 1001000 1010 0 11111 111011 1001111 10010 100011

Color Harmonies of #5E6848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6848

Black with #5E6848

Text Example


Text Example

White with #5E6848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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