Html Css Color HEX #5E6136 Verdigris

📋 copy color: '#5E6136'

red 94 ◦ green 97 ◦ blue 54

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

Shades of Verdigris #5E6136

Tints of Verdigris #5E6136

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.59%

 BLUE value IS 54 (21.48% from 255) = 22.04%

R = 38.37%
G = 39.59%
B = 22.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#5E6136 (or 0x5E6136) is known color: Verdigris. HEX triplet: 5E, 61 and 36. RGB value is (94,97,54). Sum of RGB (Red+Green+Blue) = 94+97+54=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6136 is #A19EC9. Grayscale: #5B5B5B. Windows color (decimal): -10591946 or 3563870. OLE color: 3563870.

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

Color convert

RGB 94 97 54 -
CMYK 0.03 0 0.44 0.62
HSL 64.19º 0.28% 0.3% -
HSV(B) 64.19º 0.44% 0.38% -
XYZ 9.56 11.2 5.15 -
YUV 91.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 94 97 54 0.03 0 0.44 0.62 64.19 0.28 0.3
Hex 5E 61 36 3 0 2C 3E 40 1C 1E
Octal 136 141 66 3 0 54 76 100 34 36
Binary 1011110 1100001 110110 11 0 101100 111110 1000000 11100 11110

Color Harmonies of #5E6136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6136

Black with #5E6136

Text Example


Text Example

White with #5E6136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,97,54); }

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

background-color css

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

 a { background-color: rgb(94,97,54); }

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

border-color css

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

 span { border-color: rgb(94,97,54); }

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