Html Css Color HEX #5C5F46 Woodland

📋 copy color: '#5C5F46'

red 92 ◦ green 95 ◦ blue 70

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

Shades of Woodland #5C5F46

Tints of Woodland #5C5F46

RGB

 RED value IS 92 (36.33% from 255) = 35.8%

 GREEN value IS 95 (37.5% from 255) = 36.96%

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 35.8%
G = 36.96%
B = 27.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#5C5F46 (or 0x5C5F46) is known color: Woodland. HEX triplet: 5C, 5F and 46. RGB value is (92,95,70). Sum of RGB (Red+Green+Blue) = 92+95+70=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 95 - color contains mainly: green. Hex color #5C5F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5F46 is #A3A0B9. Grayscale: #5B5B5B. Windows color (decimal): -10723514 or 4611932. OLE color: 4611932.

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

Color convert

RGB 92 95 70 -
CMYK 0.03 0 0.26 0.63
HSL 67.2º 0.15% 0.32% -
HSV(B) 67.2º 0.26% 0.37% -
XYZ 9.61 10.9 7.39 -
YUV 91.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 92 95 70 0.03 0 0.26 0.63 67.2 0.15 0.32
Hex 5C 5F 46 3 0 1A 3F 43 F 20
Octal 134 137 106 3 0 32 77 103 17 40
Binary 1011100 1011111 1000110 11 0 11010 111111 1000011 1111 100000

Color Harmonies of #5C5F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5F46

Black with #5C5F46

Text Example


Text Example

White with #5C5F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,95,70); }

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

background-color css

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

 a { background-color: rgb(92,95,70); }

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

border-color css

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

 span { border-color: rgb(92,95,70); }

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