Html Css Color HEX #5F6A3E Woodland

📋 copy color: '#5F6A3E'

red 95 ◦ green 106 ◦ blue 62

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

Shades of Woodland #5F6A3E

Tints of Woodland #5F6A3E

RGB

 RED value IS 95 (37.5% from 255) = 36.12%

 GREEN value IS 106 (41.8% from 255) = 40.3%

 BLUE value IS 62 (24.61% from 255) = 23.57%

R = 36.12%
G = 40.3%
B = 23.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#5F6A3E (or 0x5F6A3E) is known color: Woodland. HEX triplet: 5F, 6A and 3E. RGB value is (95,106,62). Sum of RGB (Red+Green+Blue) = 95+106+62=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6A3E is #A095C1. Grayscale: #616161. Windows color (decimal): -10524098 or 4090463. OLE color: 4090463.

HSL color Cylindrical-coordinate representation of color #5F6A3E: hue angle of 75º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F6A3E is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 95 106 62 -
CMYK 0.10 0 0.42 0.58
HSL 75º 0.26% 0.33% -
HSV(B) 75º 0.42% 0.42% -
XYZ 10.74 13.09 6.52 -
YUV 97.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 95 106 62 0.10 0 0.42 0.58 75 0.26 0.33
Hex 5F 6A 3E A 0 2A 3A 4B 1A 21
Octal 137 152 76 12 0 52 72 113 32 41
Binary 1011111 1101010 111110 1010 0 101010 111010 1001011 11010 100001

Color Harmonies of #5F6A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6A3E

Black with #5F6A3E

Text Example


Text Example

White with #5F6A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,106,62); }

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

background-color css

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

 a { background-color: rgb(95,106,62); }

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

border-color css

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

 span { border-color: rgb(95,106,62); }

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