Html Css Color HEX #355802 Verdun Green

📋 copy color: '#355802'

red 53 ◦ green 88 ◦ blue 2

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

Shades of Verdun Green #355802

Tints of Verdun Green #355802

RGB

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

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

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

R = 37.06%
G = 61.54%
B = 1.4%

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

#355802 (or 0x355802) is known color: Verdun Green. HEX triplet: 35, 58 and 02. RGB value is (53,88,2). Sum of RGB (Red+Green+Blue) = 53+88+2=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #355802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355802 is #CAA7FD. Grayscale: #444444. Windows color (decimal): -13281278 or 153653. OLE color: 153653.

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

Color convert

RGB 53 88 2 -
CMYK 0.40 0 0.98 0.65
HSL 84.42º 0.96% 0.18% -
HSV(B) 84.42º 0.98% 0.35% -
XYZ 4.97 7.74 1.29 -
YUV 67.73 90.9 117.49 -
System Red Green Blue C M Y K H S L
Decimal 53 88 2 0.40 0 0.98 0.65 84.42 0.96 0.18
Hex 35 58 2 28 0 62 41 54 60 12
Octal 65 130 2 50 0 142 101 124 140 22
Binary 110101 1011000 10 101000 0 1100010 1000001 1010100 1100000 10010

Color Harmonies of #355802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355802

Black with #355802

Text Example


Text Example

White with #355802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355802; }

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

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

background-color css

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

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

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

border-color css

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

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

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