Html Css Color HEX #355801 Verdun Green

📋 copy color: '#355801'

red 53 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #355801

Tints of Verdun Green #355801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 61.97%

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

R = 37.32%
G = 61.97%
B = 0.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#355801 (or 0x355801) is known color: Verdun Green. HEX triplet: 35, 58 and 01. RGB value is (53,88,1). Sum of RGB (Red+Green+Blue) = 53+88+1=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #355801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355801 is #CAA7FE. Grayscale: #434343. Windows color (decimal): -13281279 or 88117. OLE color: 88117.

HSL color Cylindrical-coordinate representation of color #355801: hue angle of 84.14º 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 #355801 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 1 -
CMYK 0.40 0 0.99 0.65
HSL 84.14º 0.98% 0.17% -
HSV(B) 84.14º 0.99% 0.35% -
XYZ 4.96 7.74 1.26 -
YUV 67.62 90.4 117.57 -
System Red Green Blue C M Y K H S L
Decimal 53 88 1 0.40 0 0.99 0.65 84.14 0.98 0.17
Hex 35 58 1 28 0 63 41 54 62 11
Octal 65 130 1 50 0 143 101 124 142 21
Binary 110101 1011000 1 101000 0 1100011 1000001 1010100 1100010 10001

Color Harmonies of #355801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355801

Black with #355801

Text Example


Text Example

White with #355801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355801; }

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

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

background-color css

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

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

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

border-color css

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

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

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