Html Css Color HEX #355711 Verdun Green

📋 copy color: '#355711'

red 53 ◦ green 87 ◦ blue 17

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

Shades of Verdun Green #355711

Tints of Verdun Green #355711

RGB

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

 GREEN value IS 87 (34.38% from 255) = 55.41%

 BLUE value IS 17 (7.03% from 255) = 10.83%

R = 33.76%
G = 55.41%
B = 10.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#355711 (or 0x355711) is known color: Verdun Green. HEX triplet: 35, 57 and 11. RGB value is (53,87,17). Sum of RGB (Red+Green+Blue) = 53+87+17=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 87 (34.38% from 255 or 55.41% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 87 - color contains mainly: green. Hex color #355711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355711 is #CAA8EE. Grayscale: #454545. Windows color (decimal): -13281519 or 1136437. OLE color: 1136437.

HSL color Cylindrical-coordinate representation of color #355711: hue angle of 89.14º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #355711 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 87 17 -
CMYK 0.39 0 0.80 0.66
HSL 89.14º 0.67% 0.2% -
HSV(B) 89.14º 0.8% 0.34% -
XYZ 4.98 7.61 1.74 -
YUV 68.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 53 87 17 0.39 0 0.80 0.66 89.14 0.67 0.2
Hex 35 57 11 27 0 50 42 59 43 14
Octal 65 127 21 47 0 120 102 131 103 24
Binary 110101 1010111 10001 100111 0 1010000 1000010 1011001 1000011 10100

Color Harmonies of #355711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355711

Black with #355711

Text Example


Text Example

White with #355711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355711; }

 p { color: rgb(53,87,17); }

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

background-color css

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

 a { background-color: rgb(53,87,17); }

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

border-color css

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

 span { border-color: rgb(53,87,17); }

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