Html Css Color HEX #5E6036 Verdigris

📋 copy color: '#5E6036'

red 94 ◦ green 96 ◦ blue 54

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

Shades of Verdigris #5E6036

Tints of Verdigris #5E6036

RGB

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

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

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

R = 38.52%
G = 39.34%
B = 22.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#5E6036 (or 0x5E6036) is known color: Verdigris. HEX triplet: 5E, 60 and 36. RGB value is (94,96,54). Sum of RGB (Red+Green+Blue) = 94+96+54=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6036 is #A19FC9. Grayscale: #5A5A5A. Windows color (decimal): -10592202 or 3563614. OLE color: 3563614.

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

Color convert

RGB 94 96 54 -
CMYK 0.02 0 0.44 0.62
HSL 62.86º 0.28% 0.29% -
HSV(B) 62.86º 0.44% 0.38% -
XYZ 9.46 11.01 5.12 -
YUV 90.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 94 96 54 0.02 0 0.44 0.62 62.86 0.28 0.29
Hex 5E 60 36 2 0 2C 3E 3F 1C 1D
Octal 136 140 66 2 0 54 76 77 34 35
Binary 1011110 1100000 110110 10 0 101100 111110 111111 11100 11101

Color Harmonies of #5E6036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6036

Black with #5E6036

Text Example


Text Example

White with #5E6036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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