Html Css Color HEX #355902 Verdun Green

📋 copy color: '#355902'

red 53 ◦ green 89 ◦ blue 2

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

Shades of Verdun Green #355902

Tints of Verdun Green #355902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 61.81%

 BLUE value IS 2 (1.17% from 255) = 1.39%

R = 36.81%
G = 61.81%
B = 1.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#355902 (or 0x355902) is known color: Verdun Green. HEX triplet: 35, 59 and 02. RGB value is (53,89,2). Sum of RGB (Red+Green+Blue) = 53+89+2=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #355902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355902 is #CAA6FD. Grayscale: #444444. Windows color (decimal): -13281022 or 153909. OLE color: 153909.

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

Color convert

RGB 53 89 2 -
CMYK 0.40 0 0.98 0.65
HSL 84.83º 0.96% 0.18% -
HSV(B) 84.83º 0.98% 0.35% -
XYZ 5.05 7.91 1.32 -
YUV 68.32 90.57 117.07 -
System Red Green Blue C M Y K H S L
Decimal 53 89 2 0.40 0 0.98 0.65 84.83 0.96 0.18
Hex 35 59 2 28 0 62 41 55 60 12
Octal 65 131 2 50 0 142 101 125 140 22
Binary 110101 1011001 10 101000 0 1100010 1000001 1010101 1100000 10010

Color Harmonies of #355902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355902

Black with #355902

Text Example


Text Example

White with #355902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355902; }

 p { color: rgb(53,89,2); }

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

background-color css

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

 a { background-color: rgb(53,89,2); }

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

border-color css

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

 span { border-color: rgb(53,89,2); }

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