Html Css Color HEX #355810 Verdun Green

📋 copy color: '#355810'

red 53 ◦ green 88 ◦ blue 16

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

Shades of Verdun Green #355810

Tints of Verdun Green #355810

RGB

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

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

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

R = 33.76%
G = 56.05%
B = 10.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#355810 (or 0x355810) is known color: Verdun Green. HEX triplet: 35, 58 and 10. RGB value is (53,88,16). Sum of RGB (Red+Green+Blue) = 53+88+16=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #355810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355810 is #CAA7EF. Grayscale: #454545. Windows color (decimal): -13281264 or 1071157. OLE color: 1071157.

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

Color convert

RGB 53 88 16 -
CMYK 0.40 0 0.82 0.65
HSL 89.17º 0.69% 0.2% -
HSV(B) 89.17º 0.82% 0.35% -
XYZ 5.05 7.77 1.72 -
YUV 69.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 53 88 16 0.40 0 0.82 0.65 89.17 0.69 0.2
Hex 35 58 10 28 0 52 41 59 45 14
Octal 65 130 20 50 0 122 101 131 105 24
Binary 110101 1011000 10000 101000 0 1010010 1000001 1011001 1000101 10100

Color Harmonies of #355810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355810

Black with #355810

Text Example


Text Example

White with #355810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355810; }

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

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

background-color css

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

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

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

border-color css

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

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

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