Html Css Color HEX #5C5F39 Verdigris

📋 copy color: '#5C5F39'

red 92 ◦ green 95 ◦ blue 57

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

Shades of Verdigris #5C5F39

Tints of Verdigris #5C5F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.36%

R = 37.7%
G = 38.93%
B = 23.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.63

RGB Variations

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

Color information

#5C5F39 (or 0x5C5F39) is known color: Verdigris. HEX triplet: 5C, 5F and 39. RGB value is (92,95,57). Sum of RGB (Red+Green+Blue) = 92+95+57=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 95 - color contains mainly: green. Hex color #5C5F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5F39 is #A3A0C6. Grayscale: #595959. Windows color (decimal): -10723527 or 3759964. OLE color: 3759964.

HSL color Cylindrical-coordinate representation of color #5C5F39: hue angle of 64.74º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C5F39 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB 92 95 57 -
CMYK 0.03 0 0.40 0.63
HSL 64.74º 0.25% 0.3% -
HSV(B) 64.74º 0.4% 0.37% -
XYZ 9.24 10.76 5.46 -
YUV 89.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 92 95 57 0.03 0 0.40 0.63 64.74 0.25 0.3
Hex 5C 5F 39 3 0 28 3F 41 19 1E
Octal 134 137 71 3 0 50 77 101 31 36
Binary 1011100 1011111 111001 11 0 101000 111111 1000001 11001 11110

Color Harmonies of #5C5F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5F39

Black with #5C5F39

Text Example


Text Example

White with #5C5F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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