#535008

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

Shades of Verdun Green #535008

Tints of Verdun Green #535008

Color information

#535008 (or 0x535008) is unknown color: approx Verdun Green. HEX triplet: 53, 50 and 08. RGB value is (83,80,8). Sum of RGB (Red+Green+Blue) = 83+80+8=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #535008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535008 is #ACAFF7. Grayscale: #484848. Windows color (decimal): -11317240 or 544851. OLE color: 544851.

HSL color Cylindrical-coordinate representation of color #535008: hue angle of 57.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #535008 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83808-
CMYK00.040.900.67
HSL57.6º82.42%17.84%-
HSV(B)57.6º90.36%32.55%-
XYZ6.487.591.35-
YUV72.6991.49135.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=48.54%
G=46.78%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8380800.040.900.6757.682.4217.84
Hex53508045A433a5212
Octal12312010041321037212222
Binary101001110100001000010010110101000011111010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535008; }

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

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

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

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

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

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

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

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