Html Css Color HEX #5C6039 Verdigris

📋 copy color: '#5C6039'

red 92 ◦ green 96 ◦ blue 57

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

Shades of Verdigris #5C6039

Tints of Verdigris #5C6039

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.18%

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

R = 37.55%
G = 39.18%
B = 23.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#5C6039 (or 0x5C6039) is known color: Verdigris. HEX triplet: 5C, 60 and 39. RGB value is (92,96,57). Sum of RGB (Red+Green+Blue) = 92+96+57=245 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.55% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6039 is #A39FC6. Grayscale: #5A5A5A. Windows color (decimal): -10723271 or 3760220. OLE color: 3760220.

HSL color Cylindrical-coordinate representation of color #5C6039: hue angle of 66.15º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C6039 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 92 96 57 -
CMYK 0.04 0 0.41 0.62
HSL 66.15º 0.25% 0.3% -
HSV(B) 66.15º 0.41% 0.38% -
XYZ 9.34 10.94 5.49 -
YUV 90.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 92 96 57 0.04 0 0.41 0.62 66.15 0.25 0.3
Hex 5C 60 39 4 0 29 3E 42 19 1E
Octal 134 140 71 4 0 51 76 102 31 36
Binary 1011100 1100000 111001 100 0 101001 111110 1000010 11001 11110

Color Harmonies of #5C6039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6039

Black with #5C6039

Text Example


Text Example

White with #5C6039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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