#536608

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

Shades of Verdun Green #536608

Tints of Verdun Green #536608

Color information

#536608 (or 0x536608) is unknown color: approx Verdun Green. HEX triplet: 53, 66 and 08. RGB value is (83,102,8). Sum of RGB (Red+Green+Blue) = 83+102+8=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #536608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536608 is #AC99F7. Grayscale: #555555. Windows color (decimal): -11311608 or 550483. OLE color: 550483.

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

Color convert

RGB831028-
CMYK0.1900.920.6
HSL72.13º85.45%21.57%-
HSV(B)72.13º92.16%40%-
XYZ8.3611.361.98-
YUV85.684.21126.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 102 (40.23% from 255) = 52.85%
BLUE value IS 8 (3.52% from 255) = 4.15%
R=43.01%
G=52.85%
B=4.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8310280.1900.920.672.1385.4521.57
Hex536681305C3C485516
Octal123146102301347411012526
Binary10100111100110100010011010111001111001001000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536608; }

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

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

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

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

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

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

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

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