Html Css Color HEX #536610 Verdun Green

📋 copy color: '#536610'

red 83 ◦ green 102 ◦ blue 16

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

Shades of Verdun Green #536610

Tints of Verdun Green #536610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.75%

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

R = 41.29%
G = 50.75%
B = 7.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#536610 (or 0x536610) is known color: Verdun Green. HEX triplet: 53, 66 and 10. RGB value is (83,102,16). Sum of RGB (Red+Green+Blue) = 83+102+16=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #536610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536610 is #AC99EF. Grayscale: #565656. Windows color (decimal): -11311600 or 1074771. OLE color: 1074771.

HSL color Cylindrical-coordinate representation of color #536610: hue angle of 73.26º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #536610 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 16 -
CMYK 0.19 0 0.84 0.6
HSL 73.26º 0.73% 0.23% -
HSV(B) 73.26º 0.84% 0.4% -
XYZ 8.41 11.38 2.24 -
YUV 86.52 88.21 125.49 -
System Red Green Blue C M Y K H S L
Decimal 83 102 16 0.19 0 0.84 0.6 73.26 0.73 0.23
Hex 53 66 10 13 0 54 3C 49 49 17
Octal 123 146 20 23 0 124 74 111 111 27
Binary 1010011 1100110 10000 10011 0 1010100 111100 1001001 1001001 10111

Color Harmonies of #536610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536610

Black with #536610

Text Example


Text Example

White with #536610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536610; }

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

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

background-color css

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

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

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

border-color css

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

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

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