Html Css Color HEX #355401 Verdun Green

📋 copy color: '#355401'

red 53 ◦ green 84 ◦ blue 1

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

Shades of Verdun Green #355401

Tints of Verdun Green #355401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 60.87%

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

R = 38.41%
G = 60.87%
B = 0.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#355401 (or 0x355401) is known color: Verdun Green. HEX triplet: 35, 54 and 01. RGB value is (53,84,1). Sum of RGB (Red+Green+Blue) = 53+84+1=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 84 (33.20% from 255 or 60.87% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 84 - color contains mainly: green. Hex color #355401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355401 is #CAABFE. Grayscale: #414141. Windows color (decimal): -13282303 or 87093. OLE color: 87093.

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

Color convert

RGB 53 84 1 -
CMYK 0.37 0 0.99 0.67
HSL 82.41º 0.98% 0.17% -
HSV(B) 82.41º 0.99% 0.33% -
XYZ 4.64 7.1 1.15 -
YUV 65.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 53 84 1 0.37 0 0.99 0.67 82.41 0.98 0.17
Hex 35 54 1 25 0 63 43 52 62 11
Octal 65 124 1 45 0 143 103 122 142 21
Binary 110101 1010100 1 100101 0 1100011 1000011 1010010 1100010 10001

Color Harmonies of #355401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355401

Black with #355401

Text Example


Text Example

White with #355401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355401; }

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

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

background-color css

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

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

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

border-color css

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

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

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