#35530a

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

Shades of Verdun Green #35530A

Tints of Verdun Green #35530A

Color information

#35530A (or 0x35530A) is unknown color: approx Verdun Green. HEX triplet: 35, 53 and 0A. RGB value is (53,83,10). Sum of RGB (Red+Green+Blue) = 53+83+10=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #35530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35530A is #CAACF5. Grayscale: #414141. Windows color (decimal): -13282550 or 676661. OLE color: 676661.

HSL color Cylindrical-coordinate representation of color #35530A: hue angle of 84.66º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35530A is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB538310-
CMYK0.3600.880.67
HSL84.66º78.49%18.24%-
HSV(B)84.66º87.95%32.55%-
XYZ4.626.971.39-
YUV65.7196.56118.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 83 (32.81% from 255) = 56.85%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=36.30%
G=56.85%
B=6.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5383100.3600.880.6784.6678.4918.24
Hex3553A2405843554e12
Octal651231244013010312511622
Binary110101101001110101001000101100010000111010101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35530a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35530a; }

 p { color: rgb(53,83,10); }

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

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

 a { background-color: rgb(53,83,10); }

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

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

 span { border-color: rgb(53,83,10); }

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