Html Css Color HEX #395706 Verdun Green

📋 copy color: '#395706'

red 57 ◦ green 87 ◦ blue 6

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

Shades of Verdun Green #395706

Tints of Verdun Green #395706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4%

R = 38%
G = 58%
B = 4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#395706 (or 0x395706) is known color: Verdun Green. HEX triplet: 39, 57 and 06. RGB value is (57,87,6). Sum of RGB (Red+Green+Blue) = 57+87+6=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 87 (34.38% from 255 or 58% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 87 - color contains mainly: green. Hex color #395706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395706 is #C6A8F9. Grayscale: #454545. Windows color (decimal): -13019386 or 415545. OLE color: 415545.

HSL color Cylindrical-coordinate representation of color #395706: hue angle of 82.22º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #395706 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 87 6 -
CMYK 0.34 0 0.93 0.66
HSL 82.22º 0.87% 0.18% -
HSV(B) 82.22º 0.93% 0.34% -
XYZ 5.13 7.7 1.39 -
YUV 68.8 92.56 119.59 -
System Red Green Blue C M Y K H S L
Decimal 57 87 6 0.34 0 0.93 0.66 82.22 0.87 0.18
Hex 39 57 6 22 0 5D 42 52 57 12
Octal 71 127 6 42 0 135 102 122 127 22
Binary 111001 1010111 110 100010 0 1011101 1000010 1010010 1010111 10010

Color Harmonies of #395706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395706

Black with #395706

Text Example


Text Example

White with #395706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395706; }

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

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

background-color css

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

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

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

border-color css

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

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

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