Html Css Color HEX #356409 Verdun Green

📋 copy color: '#356409'

red 53 ◦ green 100 ◦ blue 9

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

Shades of Verdun Green #356409

Tints of Verdun Green #356409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 61.73%

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

R = 32.72%
G = 61.73%
B = 5.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#356409 (or 0x356409) is known color: Verdun Green. HEX triplet: 35, 64 and 09. RGB value is (53,100,9). Sum of RGB (Red+Green+Blue) = 53+100+9=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 100 (39.45% from 255 or 61.73% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 100 - color contains mainly: green. Hex color #356409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356409 is #CA9BF6. Grayscale: #4B4B4B. Windows color (decimal): -13278199 or 615477. OLE color: 615477.

HSL color Cylindrical-coordinate representation of color #356409: hue angle of 90.99º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #356409 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 100 9 -
CMYK 0.47 0 0.91 0.61
HSL 90.99º 0.83% 0.21% -
HSV(B) 90.99º 0.91% 0.39% -
XYZ 6.07 9.89 1.85 -
YUV 75.57 90.43 111.9 -
System Red Green Blue C M Y K H S L
Decimal 53 100 9 0.47 0 0.91 0.61 90.99 0.83 0.21
Hex 35 64 9 2F 0 5B 3D 5B 53 15
Octal 65 144 11 57 0 133 75 133 123 25
Binary 110101 1100100 1001 101111 0 1011011 111101 1011011 1010011 10101

Color Harmonies of #356409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356409

Black with #356409

Text Example


Text Example

White with #356409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356409; }

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

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

background-color css

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

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

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

border-color css

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

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

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