#536107

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

Shades of Verdun Green #536107

Tints of Verdun Green #536107

Color information

#536107 (or 0x536107) is unknown color: approx Verdun Green. HEX triplet: 53, 61 and 07. RGB value is (83,97,7). Sum of RGB (Red+Green+Blue) = 83+97+7=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #536107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536107 is #AC9EF8. Grayscale: #525252. Windows color (decimal): -11312889 or 483667. OLE color: 483667.

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

Color convert

RGB83977-
CMYK0.1400.930.62
HSL69.33º86.54%20.39%-
HSV(B)69.33º92.78%38.04%-
XYZ7.8810.41.79-
YUV82.5585.36128.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 97 (38.28% from 255) = 51.87%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=44.39%
G=51.87%
B=3.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal839770.1400.930.6269.3386.5420.39
Hex53617E05D3E455714
Octal12314171601357610512724
Binary101001111000011111110010111011111101000101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536107; }

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

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

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

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

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

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

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

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