#335305

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

Shades of Verdun Green #335305

Tints of Verdun Green #335305

Color information

#335305 (or 0x335305) is unknown color: approx Verdun Green. HEX triplet: 33, 53 and 05. RGB value is (51,83,5). Sum of RGB (Red+Green+Blue) = 51+83+5=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #335305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335305 is #CCACFA. Grayscale: #404040. Windows color (decimal): -13413627 or 348979. OLE color: 348979.

HSL color Cylindrical-coordinate representation of color #335305: hue angle of 84.62º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #335305 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB51835-
CMYK0.3900.940.67
HSL84.62º88.64%17.25%-
HSV(B)84.62º93.98%32.55%-
XYZ4.496.91.24-
YUV64.5494.4118.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 83 (32.81% from 255) = 59.71%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=36.69%
G=59.71%
B=3.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal518350.3900.940.6784.6288.6417.25
Hex335352705E43555911
Octal63123547013610312513121
Binary11001110100111011001110101111010000111010101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335305; }

 p { color: rgb(51,83,5); }

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

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

 a { background-color: rgb(51,83,5); }

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

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

 span { border-color: rgb(51,83,5); }

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