#335801

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

Shades of Verdun Green #335801

Tints of Verdun Green #335801

Color information

#335801 (or 0x335801) is unknown color: approx Verdun Green. HEX triplet: 33, 58 and 01. RGB value is (51,88,1). Sum of RGB (Red+Green+Blue) = 51+88+1=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 88 (34.77% from 255 or 62.86% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 88 - color contains mainly: green. Hex color #335801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335801 is #CCA7FE. Grayscale: #434343. Windows color (decimal): -13412351 or 88115. OLE color: 88115.

HSL color Cylindrical-coordinate representation of color #335801: hue angle of 85.52º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #335801 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB51881-
CMYK0.4200.990.65
HSL85.52º97.75%17.45%-
HSV(B)85.52º98.86%34.51%-
XYZ4.867.691.26-
YUV67.0290.74116.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 88 (34.77% from 255) = 62.86%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=36.43%
G=62.86%
B=0.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal518810.4200.990.6585.5297.7517.45
Hex335812A06341566211
Octal63130152014310112614221
Binary110011101100011010100110001110000011010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335801; }

 p { color: rgb(51,88,1); }

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

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

 a { background-color: rgb(51,88,1); }

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

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

 span { border-color: rgb(51,88,1); }

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