Html Css Color HEX #5D6036 Verdigris

📋 copy color: '#5D6036'

red 93 ◦ green 96 ◦ blue 54

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

Shades of Verdigris #5D6036

Tints of Verdigris #5D6036

RGB

 RED value IS 93 (36.72% from 255) = 38.27%

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

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

R = 38.27%
G = 39.51%
B = 22.22%

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

#5D6036 (or 0x5D6036) is known color: Verdigris. HEX triplet: 5D, 60 and 36. RGB value is (93,96,54). Sum of RGB (Red+Green+Blue) = 93+96+54=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6036 is #A29FC9. Grayscale: #5A5A5A. Windows color (decimal): -10657738 or 3563613. OLE color: 3563613.

HSL color Cylindrical-coordinate representation of color #5D6036: hue angle of 64.29º 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 #5D6036 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 96 54 -
CMYK 0.03 0 0.44 0.62
HSL 64.29º 0.28% 0.29% -
HSV(B) 64.29º 0.44% 0.38% -
XYZ 9.36 10.96 5.11 -
YUV 90.32 107.51 129.92 -
System Red Green Blue C M Y K H S L
Decimal 93 96 54 0.03 0 0.44 0.62 64.29 0.28 0.29
Hex 5D 60 36 3 0 2C 3E 40 1C 1D
Octal 135 140 66 3 0 54 76 100 34 35
Binary 1011101 1100000 110110 11 0 101100 111110 1000000 11100 11101

Color Harmonies of #5D6036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6036

Black with #5D6036

Text Example


Text Example

White with #5D6036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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