Html Css Color HEX #5E6236 Verdigris

📋 copy color: '#5E6236'

red 94 ◦ green 98 ◦ blue 54

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

Shades of Verdigris #5E6236

Tints of Verdigris #5E6236

RGB

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

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

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

R = 38.21%
G = 39.84%
B = 21.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#5E6236 (or 0x5E6236) is known color: Verdigris. HEX triplet: 5E, 62 and 36. RGB value is (94,98,54). Sum of RGB (Red+Green+Blue) = 94+98+54=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6236 is #A19DC9. Grayscale: #5B5B5B. Windows color (decimal): -10591690 or 3564126. OLE color: 3564126.

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

Color convert

RGB 94 98 54 -
CMYK 0.04 0 0.45 0.62
HSL 65.45º 0.29% 0.3% -
HSV(B) 65.45º 0.45% 0.38% -
XYZ 9.65 11.38 5.18 -
YUV 91.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 94 98 54 0.04 0 0.45 0.62 65.45 0.29 0.3
Hex 5E 62 36 4 0 2D 3E 41 1D 1E
Octal 136 142 66 4 0 55 76 101 35 36
Binary 1011110 1100010 110110 100 0 101101 111110 1000001 11101 11110

Color Harmonies of #5E6236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6236

Black with #5E6236

Text Example


Text Example

White with #5E6236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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