Html Css Color HEX #536011 Verdun Green

📋 copy color: '#536011'

red 83 ◦ green 96 ◦ blue 17

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

Shades of Verdun Green #536011

Tints of Verdun Green #536011

RGB

 RED value IS 83 (32.81% from 255) = 42.35%

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

 BLUE value IS 17 (7.03% from 255) = 8.67%

R = 42.35%
G = 48.98%
B = 8.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#536011 (or 0x536011) is known color: Verdun Green. HEX triplet: 53, 60 and 11. RGB value is (83,96,17). Sum of RGB (Red+Green+Blue) = 83+96+17=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #536011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536011 is #AC9FEE. Grayscale: #535353. Windows color (decimal): -11313135 or 1138771. OLE color: 1138771.

HSL color Cylindrical-coordinate representation of color #536011: hue angle of 69.87º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #536011 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 17 -
CMYK 0.14 0 0.82 0.62
HSL 69.87º 0.7% 0.22% -
HSV(B) 69.87º 0.82% 0.38% -
XYZ 7.85 10.25 2.09 -
YUV 83.11 90.69 127.92 -
System Red Green Blue C M Y K H S L
Decimal 83 96 17 0.14 0 0.82 0.62 69.87 0.7 0.22
Hex 53 60 11 E 0 52 3E 46 46 16
Octal 123 140 21 16 0 122 76 106 106 26
Binary 1010011 1100000 10001 1110 0 1010010 111110 1000110 1000110 10110

Color Harmonies of #536011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536011

Black with #536011

Text Example


Text Example

White with #536011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536011; }

 p { color: rgb(83,96,17); }

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

background-color css

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

 a { background-color: rgb(83,96,17); }

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

border-color css

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

 span { border-color: rgb(83,96,17); }

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