Html Css Color HEX #396309 Verdun Green

📋 copy color: '#396309'

red 57 ◦ green 99 ◦ blue 9

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

Shades of Verdun Green #396309

Tints of Verdun Green #396309

RGB

 RED value IS 57 (22.66% from 255) = 34.55%

 GREEN value IS 99 (39.06% from 255) = 60%

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

R = 34.55%
G = 60%
B = 5.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#396309 (or 0x396309) is known color: Verdun Green. HEX triplet: 39, 63 and 09. RGB value is (57,99,9). Sum of RGB (Red+Green+Blue) = 57+99+9=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #396309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396309 is #C69CF6. Grayscale: #4C4C4C. Windows color (decimal): -13016311 or 615225. OLE color: 615225.

HSL color Cylindrical-coordinate representation of color #396309: hue angle of 88º 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 #396309 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 99 9 -
CMYK 0.42 0 0.91 0.61
HSL 88º 0.83% 0.21% -
HSV(B) 88º 0.91% 0.39% -
XYZ 6.2 9.81 1.83 -
YUV 76.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 57 99 9 0.42 0 0.91 0.61 88 0.83 0.21
Hex 39 63 9 2A 0 5B 3D 58 53 15
Octal 71 143 11 52 0 133 75 130 123 25
Binary 111001 1100011 1001 101010 0 1011011 111101 1011000 1010011 10101

Color Harmonies of #396309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396309

Black with #396309

Text Example


Text Example

White with #396309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396309; }

 p { color: rgb(57,99,9); }

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

background-color css

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

 a { background-color: rgb(57,99,9); }

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

border-color css

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

 span { border-color: rgb(57,99,9); }

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