Html Css Color HEX #355209 Verdun Green

📋 copy color: '#355209'

red 53 ◦ green 82 ◦ blue 9

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

Shades of Verdun Green #355209

Tints of Verdun Green #355209

RGB

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

 GREEN value IS 82 (32.42% from 255) = 56.94%

 BLUE value IS 9 (3.91% from 255) = 6.25%

R = 36.81%
G = 56.94%
B = 6.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#355209 (or 0x355209) is known color: Verdun Green. HEX triplet: 35, 52 and 09. RGB value is (53,82,9). Sum of RGB (Red+Green+Blue) = 53+82+9=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #355209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355209 is #CAADF6. Grayscale: #414141. Windows color (decimal): -13282807 or 610869. OLE color: 610869.

HSL color Cylindrical-coordinate representation of color #355209: hue angle of 83.84º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #355209 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 82 9 -
CMYK 0.35 0 0.89 0.68
HSL 83.84º 0.8% 0.18% -
HSV(B) 83.84º 0.89% 0.32% -
XYZ 4.53 6.81 1.33 -
YUV 65.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 53 82 9 0.35 0 0.89 0.68 83.84 0.8 0.18
Hex 35 52 9 23 0 59 44 54 50 12
Octal 65 122 11 43 0 131 104 124 120 22
Binary 110101 1010010 1001 100011 0 1011001 1000100 1010100 1010000 10010

Color Harmonies of #355209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355209

Black with #355209

Text Example


Text Example

White with #355209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355209; }

 p { color: rgb(53,82,9); }

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

background-color css

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

 a { background-color: rgb(53,82,9); }

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

border-color css

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

 span { border-color: rgb(53,82,9); }

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