Html Css Color HEX #395709 Verdun Green

📋 copy color: '#395709'

red 57 ◦ green 87 ◦ blue 9

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

Shades of Verdun Green #395709

Tints of Verdun Green #395709

RGB

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

 GREEN value IS 87 (34.38% from 255) = 56.86%

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

R = 37.25%
G = 56.86%
B = 5.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#395709 (or 0x395709) is known color: Verdun Green. HEX triplet: 39, 57 and 09. RGB value is (57,87,9). Sum of RGB (Red+Green+Blue) = 57+87+9=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 87 (34.38% from 255 or 56.86% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 87 - color contains mainly: green. Hex color #395709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395709 is #C6A8F6. Grayscale: #454545. Windows color (decimal): -13019383 or 612153. OLE color: 612153.

HSL color Cylindrical-coordinate representation of color #395709: hue angle of 83.08º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #395709 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 87 9 -
CMYK 0.34 0 0.90 0.66
HSL 83.08º 0.81% 0.19% -
HSV(B) 83.08º 0.9% 0.34% -
XYZ 5.14 7.71 1.47 -
YUV 69.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 57 87 9 0.34 0 0.90 0.66 83.08 0.81 0.19
Hex 39 57 9 22 0 5A 42 53 51 13
Octal 71 127 11 42 0 132 102 123 121 23
Binary 111001 1010111 1001 100010 0 1011010 1000010 1010011 1010001 10011

Color Harmonies of #395709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395709

Black with #395709

Text Example


Text Example

White with #395709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395709; }

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

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

background-color css

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

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

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

border-color css

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

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

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