Html Css Color HEX #5E6039 Verdigris

📋 copy color: '#5E6039'

red 94 ◦ green 96 ◦ blue 57

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

Shades of Verdigris #5E6039

Tints of Verdigris #5E6039

RGB

 RED value IS 94 (37.11% from 255) = 38.06%

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

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

R = 38.06%
G = 38.87%
B = 23.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#5E6039 (or 0x5E6039) is known color: Verdigris. HEX triplet: 5E, 60 and 39. RGB value is (94,96,57). Sum of RGB (Red+Green+Blue) = 94+96+57=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6039 is #A19FC6. Grayscale: #5B5B5B. Windows color (decimal): -10592199 or 3760222. OLE color: 3760222.

HSL color Cylindrical-coordinate representation of color #5E6039: hue angle of 63.08º 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 #5E6039 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 96 57 -
CMYK 0.02 0 0.41 0.62
HSL 63.08º 0.25% 0.3% -
HSV(B) 63.08º 0.41% 0.38% -
XYZ 9.54 11.04 5.5 -
YUV 90.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 94 96 57 0.02 0 0.41 0.62 63.08 0.25 0.3
Hex 5E 60 39 2 0 29 3E 3F 19 1E
Octal 136 140 71 2 0 51 76 77 31 36
Binary 1011110 1100000 111001 10 0 101001 111110 111111 11001 11110

Color Harmonies of #5E6039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6039

Black with #5E6039

Text Example


Text Example

White with #5E6039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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