Html Css Color HEX #5E6135 Verdigris

📋 copy color: '#5E6135'

red 94 ◦ green 97 ◦ blue 53

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

Shades of Verdigris #5E6135

Tints of Verdigris #5E6135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.72%

R = 38.52%
G = 39.75%
B = 21.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#5E6135 (or 0x5E6135) is known color: Verdigris. HEX triplet: 5E, 61 and 35. RGB value is (94,97,53). Sum of RGB (Red+Green+Blue) = 94+97+53=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6135 is #A19ECA. Grayscale: #5B5B5B. Windows color (decimal): -10591947 or 3498334. OLE color: 3498334.

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

Color convert

RGB 94 97 53 -
CMYK 0.03 0 0.45 0.62
HSL 64.09º 0.29% 0.29% -
HSV(B) 64.09º 0.45% 0.38% -
XYZ 9.53 11.19 5.02 -
YUV 91.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 94 97 53 0.03 0 0.45 0.62 64.09 0.29 0.29
Hex 5E 61 35 3 0 2D 3E 40 1D 1D
Octal 136 141 65 3 0 55 76 100 35 35
Binary 1011110 1100001 110101 11 0 101101 111110 1000000 11101 11101

Color Harmonies of #5E6135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6135

Black with #5E6135

Text Example


Text Example

White with #5E6135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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