Html Css Color HEX #355710 Verdun Green

📋 copy color: '#355710'

red 53 ◦ green 87 ◦ blue 16

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

Shades of Verdun Green #355710

Tints of Verdun Green #355710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.26%

R = 33.97%
G = 55.77%
B = 10.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#355710 (or 0x355710) is known color: Verdun Green. HEX triplet: 35, 57 and 10. RGB value is (53,87,16). Sum of RGB (Red+Green+Blue) = 53+87+16=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #355710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355710 is #CAA8EF. Grayscale: #444444. Windows color (decimal): -13281520 or 1070901. OLE color: 1070901.

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

Color convert

RGB 53 87 16 -
CMYK 0.39 0 0.82 0.66
HSL 88.73º 0.69% 0.2% -
HSV(B) 88.73º 0.82% 0.34% -
XYZ 4.97 7.61 1.7 -
YUV 68.74 98.24 116.77 -
System Red Green Blue C M Y K H S L
Decimal 53 87 16 0.39 0 0.82 0.66 88.73 0.69 0.2
Hex 35 57 10 27 0 52 42 59 45 14
Octal 65 127 20 47 0 122 102 131 105 24
Binary 110101 1010111 10000 100111 0 1010010 1000010 1011001 1000101 10100

Color Harmonies of #355710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355710

Black with #355710

Text Example


Text Example

White with #355710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355710; }

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

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

background-color css

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

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

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

border-color css

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

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

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