#355501

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

Shades of Verdun Green #355501

Tints of Verdun Green #355501

Color information

#355501 (or 0x355501) is unknown color: approx Verdun Green. HEX triplet: 35, 55 and 01. RGB value is (53,85,1). Sum of RGB (Red+Green+Blue) = 53+85+1=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #355501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355501 is #CAAAFE. Grayscale: #424242. Windows color (decimal): -13282047 or 87349. OLE color: 87349.

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

Color convert

RGB53851-
CMYK0.3800.990.67
HSL82.86º97.67%16.86%-
HSV(B)82.86º98.82%33.33%-
XYZ4.727.261.18-
YUV65.8691.4118.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 85 (33.59% from 255) = 61.15%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=38.13%
G=61.15%
B=0.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal538510.3800.990.6782.8697.6716.86
Hex355512606343536211
Octal65125146014310312314221
Binary110101101010111001100110001110000111010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355501; }

 p { color: rgb(53,85,1); }

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

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

 a { background-color: rgb(53,85,1); }

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

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

 span { border-color: rgb(53,85,1); }

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