Html Css Color HEX #536110 Verdun Green

📋 copy color: '#536110'

red 83 ◦ green 97 ◦ blue 16

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

Shades of Verdun Green #536110

Tints of Verdun Green #536110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 42.35%
G = 49.49%
B = 8.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#536110 (or 0x536110) is known color: Verdun Green. HEX triplet: 53, 61 and 10. RGB value is (83,97,16). Sum of RGB (Red+Green+Blue) = 83+97+16=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #536110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536110 is #AC9EEF. Grayscale: #535353. Windows color (decimal): -11312880 or 1073491. OLE color: 1073491.

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

Color convert

RGB 83 97 16 -
CMYK 0.14 0 0.84 0.62
HSL 70.37º 0.72% 0.22% -
HSV(B) 70.37º 0.84% 0.38% -
XYZ 7.94 10.43 2.08 -
YUV 83.58 89.86 127.59 -
System Red Green Blue C M Y K H S L
Decimal 83 97 16 0.14 0 0.84 0.62 70.37 0.72 0.22
Hex 53 61 10 E 0 54 3E 46 48 16
Octal 123 141 20 16 0 124 76 106 110 26
Binary 1010011 1100001 10000 1110 0 1010100 111110 1000110 1001000 10110

Color Harmonies of #536110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536110

Black with #536110

Text Example


Text Example

White with #536110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536110; }

 p { color: rgb(83,97,16); }

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

background-color css

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

 a { background-color: rgb(83,97,16); }

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

border-color css

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

 span { border-color: rgb(83,97,16); }

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