Html Css Color HEX #5B6542 Woodland

📋 copy color: '#5B6542'

red 91 ◦ green 101 ◦ blue 66

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

Shades of Woodland #5B6542

Tints of Woodland #5B6542

RGB

 RED value IS 91 (35.94% from 255) = 35.27%

 GREEN value IS 101 (39.84% from 255) = 39.15%

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 35.27%
G = 39.15%
B = 25.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#5B6542 (or 0x5B6542) is known color: Woodland. HEX triplet: 5B, 65 and 42. RGB value is (91,101,66). Sum of RGB (Red+Green+Blue) = 91+101+66=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #5B6542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6542 is #A49ABD. Grayscale: #5E5E5E. Windows color (decimal): -10787518 or 4351323. OLE color: 4351323.

HSL color Cylindrical-coordinate representation of color #5B6542: hue angle of 77.14º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B6542 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB 91 101 66 -
CMYK 0.10 0 0.35 0.60
HSL 77.14º 0.21% 0.33% -
HSV(B) 77.14º 0.35% 0.4% -
XYZ 9.95 11.92 6.93 -
YUV 94.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 91 101 66 0.10 0 0.35 0.60 77.14 0.21 0.33
Hex 5B 65 42 A 0 23 3C 4D 15 21
Octal 133 145 102 12 0 43 74 115 25 41
Binary 1011011 1100101 1000010 1010 0 100011 111100 1001101 10101 100001

Color Harmonies of #5B6542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6542

Black with #5B6542

Text Example


Text Example

White with #5B6542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,101,66); }

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

background-color css

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

 a { background-color: rgb(91,101,66); }

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

border-color css

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

 span { border-color: rgb(91,101,66); }

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