Html Css Color HEX #5E6034 Verdigris

📋 copy color: '#5E6034'

red 94 ◦ green 96 ◦ blue 52

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

Shades of Verdigris #5E6034

Tints of Verdigris #5E6034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.49%

R = 38.84%
G = 39.67%
B = 21.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#5E6034 (or 0x5E6034) is known color: Verdigris. HEX triplet: 5E, 60 and 34. RGB value is (94,96,52). Sum of RGB (Red+Green+Blue) = 94+96+52=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6034 is #A19FCB. Grayscale: #5A5A5A. Windows color (decimal): -10592204 or 3432542. OLE color: 3432542.

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

Color convert

RGB 94 96 52 -
CMYK 0.02 0 0.46 0.62
HSL 62.73º 0.3% 0.29% -
HSV(B) 62.73º 0.46% 0.38% -
XYZ 9.42 10.99 4.87 -
YUV 90.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 94 96 52 0.02 0 0.46 0.62 62.73 0.3 0.29
Hex 5E 60 34 2 0 2E 3E 3F 1E 1D
Octal 136 140 64 2 0 56 76 77 36 35
Binary 1011110 1100000 110100 10 0 101110 111110 111111 11110 11101

Color Harmonies of #5E6034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6034

Black with #5E6034

Text Example


Text Example

White with #5E6034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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