Html Css Color HEX #355912 Verdun Green

📋 copy color: '#355912'

red 53 ◦ green 89 ◦ blue 18

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

Shades of Verdun Green #355912

Tints of Verdun Green #355912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.63%

 BLUE value IS 18 (7.42% from 255) = 11.25%

R = 33.13%
G = 55.63%
B = 11.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#355912 (or 0x355912) is known color: Verdun Green. HEX triplet: 35, 59 and 12. RGB value is (53,89,18). Sum of RGB (Red+Green+Blue) = 53+89+18=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #355912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355912 is #CAA6ED. Grayscale: #464646. Windows color (decimal): -13281006 or 1202485. OLE color: 1202485.

HSL color Cylindrical-coordinate representation of color #355912: hue angle of 90.42º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #355912 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 18 -
CMYK 0.40 0 0.80 0.65
HSL 90.42º 0.66% 0.21% -
HSV(B) 90.42º 0.8% 0.35% -
XYZ 5.15 7.95 1.83 -
YUV 70.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 53 89 18 0.40 0 0.80 0.65 90.42 0.66 0.21
Hex 35 59 12 28 0 50 41 5A 42 15
Octal 65 131 22 50 0 120 101 132 102 25
Binary 110101 1011001 10010 101000 0 1010000 1000001 1011010 1000010 10101

Color Harmonies of #355912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355912

Black with #355912

Text Example


Text Example

White with #355912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355912; }

 p { color: rgb(53,89,18); }

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

background-color css

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

 a { background-color: rgb(53,89,18); }

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

border-color css

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

 span { border-color: rgb(53,89,18); }

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