#536205

Color #536205 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #536205

Tints of Verdun Green #536205

Color information

#536205 (or 0x536205) is unknown color: approx Verdun Green. HEX triplet: 53, 62 and 05. RGB value is (83,98,5). Sum of RGB (Red+Green+Blue) = 83+98+5=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #536205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536205 is #AC9DFA. Grayscale: #535353. Windows color (decimal): -11312635 or 352851. OLE color: 352851.

HSL color Cylindrical-coordinate representation of color #536205: hue angle of 69.68º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #536205 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB83985-
CMYK0.1500.950.62
HSL69.68º90.29%20.2%-
HSV(B)69.68º94.9%38.43%-
XYZ7.9610.591.77-
YUV82.9184.03128.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 5 (2.34% from 255) = 2.69%
R=44.62%
G=52.69%
B=2.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal839850.1500.950.6269.6890.2920.2
Hex53625F05F3E465a14
Octal12314251701377610613224
Binary101001111000101011111010111111111101000110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536205; }

 p { color: rgb(83,98,5); }

 H1.HeaderClassName
 {
   color: #536205;
 }
 .AnyTagClassName
 {
   color: #536205;
 }
</style>
background-color css

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

 a { background-color: rgb(83,98,5); }

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

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

 span { border-color: rgb(83,98,5); }

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