#35530B

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

Shades of Verdun Green #35530B

Tints of Verdun Green #35530B

Color information

#35530B (or 0x35530B) is unknown color: approx Verdun Green. HEX triplet: 35, 53 and 0B. RGB value is (53,83,11). Sum of RGB (Red+Green+Blue) = 53+83+11=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #35530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35530B is #CAACF4. Grayscale: #424242. Windows color (decimal): -13282549 or 742197. OLE color: 742197.

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

Color convert

RGB538311-
CMYK0.3600.870.67
HSL85º76.6%18.43%-
HSV(B)85º86.75%32.55%-
XYZ4.626.971.42-
YUV65.8297.06118.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 83 (32.81% from 255) = 56.46%
BLUE value IS 11 (4.69% from 255) = 7.48%
R=36.05%
G=56.46%
B=7.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5383110.3600.870.678576.618.43
Hex3553B2405743554d12
Octal651231344012710312511522
Binary110101101001110111001000101011110000111010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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