Html Css Color HEX #355602 Verdun Green

📋 copy color: '#355602'

red 53 ◦ green 86 ◦ blue 2

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

Shades of Verdun Green #355602

Tints of Verdun Green #355602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 60.99%

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

R = 37.59%
G = 60.99%
B = 1.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#355602 (or 0x355602) is known color: Verdun Green. HEX triplet: 35, 56 and 02. RGB value is (53,86,2). Sum of RGB (Red+Green+Blue) = 53+86+2=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 86 (33.98% from 255 or 60.99% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 86 - color contains mainly: green. Hex color #355602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355602 is #CAA9FD. Grayscale: #424242. Windows color (decimal): -13281790 or 153141. OLE color: 153141.

HSL color Cylindrical-coordinate representation of color #355602: hue angle of 83.57º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #355602 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 86 2 -
CMYK 0.38 0 0.98 0.66
HSL 83.57º 0.95% 0.17% -
HSV(B) 83.57º 0.98% 0.34% -
XYZ 4.81 7.42 1.24 -
YUV 66.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 53 86 2 0.38 0 0.98 0.66 83.57 0.95 0.17
Hex 35 56 2 26 0 62 42 54 5F 11
Octal 65 126 2 46 0 142 102 124 137 21
Binary 110101 1010110 10 100110 0 1100010 1000010 1010100 1011111 10001

Color Harmonies of #355602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355602

Black with #355602

Text Example


Text Example

White with #355602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355602; }

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

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

background-color css

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

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

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

border-color css

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

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

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