Html Css Color HEX #5E6239 Verdigris

📋 copy color: '#5E6239'

red 94 ◦ green 98 ◦ blue 57

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

Shades of Verdigris #5E6239

Tints of Verdigris #5E6239

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.36%

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

R = 37.75%
G = 39.36%
B = 22.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#5E6239 (or 0x5E6239) is known color: Verdigris. HEX triplet: 5E, 62 and 39. RGB value is (94,98,57). Sum of RGB (Red+Green+Blue) = 94+98+57=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6239 is #A19DC6. Grayscale: #5C5C5C. Windows color (decimal): -10591687 or 3760734. OLE color: 3760734.

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

Color convert

RGB 94 98 57 -
CMYK 0.04 0 0.42 0.62
HSL 65.85º 0.26% 0.3% -
HSV(B) 65.85º 0.42% 0.38% -
XYZ 9.72 11.41 5.56 -
YUV 92.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 94 98 57 0.04 0 0.42 0.62 65.85 0.26 0.3
Hex 5E 62 39 4 0 2A 3E 42 1A 1E
Octal 136 142 71 4 0 52 76 102 32 36
Binary 1011110 1100010 111001 100 0 101010 111110 1000010 11010 11110

Color Harmonies of #5E6239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6239

Black with #5E6239

Text Example


Text Example

White with #5E6239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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