Html Css Color HEX #355001 Verdun Green

📋 copy color: '#355001'

red 53 ◦ green 80 ◦ blue 1

#355001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #355001

Tints of Verdun Green #355001

RGB

 RED value IS 53 (21.09% from 255) = 39.55%

 GREEN value IS 80 (31.64% from 255) = 59.7%

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 39.55%
G = 59.7%
B = 0.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#355001 (or 0x355001) is known color: Verdun Green. HEX triplet: 35, 50 and 01. RGB value is (53,80,1). Sum of RGB (Red+Green+Blue) = 53+80+1=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #355001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355001 is #CAAFFE. Grayscale: #3F3F3F. Windows color (decimal): -13283327 or 86069. OLE color: 86069.

HSL color Cylindrical-coordinate representation of color #355001: hue angle of 80.51º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #355001 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 1 -
CMYK 0.34 0 0.99 0.69
HSL 80.51º 0.98% 0.16% -
HSV(B) 80.51º 0.99% 0.31% -
XYZ 4.34 6.5 1.05 -
YUV 62.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 53 80 1 0.34 0 0.99 0.69 80.51 0.98 0.16
Hex 35 50 1 22 0 63 45 51 62 10
Octal 65 120 1 42 0 143 105 121 142 20
Binary 110101 1010000 1 100010 0 1100011 1000101 1010001 1100010 10000

Color Harmonies of #355001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355001

Black with #355001

Text Example


Text Example

White with #355001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355001; }

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

 H1.HeaderClassName
 {
   color: #355001;
 }
 .AnyTagClassName
 {
   color: #355001;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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