Html Css Color HEX #395703 Verdun Green

📋 copy color: '#395703'

red 57 ◦ green 87 ◦ blue 3

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

Shades of Verdun Green #395703

Tints of Verdun Green #395703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.04%

R = 38.78%
G = 59.18%
B = 2.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#395703 (or 0x395703) is known color: Verdun Green. HEX triplet: 39, 57 and 03. RGB value is (57,87,3). Sum of RGB (Red+Green+Blue) = 57+87+3=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 87 (34.38% from 255 or 59.18% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 87 - color contains mainly: green. Hex color #395703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395703 is #C6A8FC. Grayscale: #444444. Windows color (decimal): -13019389 or 218937. OLE color: 218937.

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

Color convert

RGB 57 87 3 -
CMYK 0.34 0 0.97 0.66
HSL 81.43º 0.93% 0.18% -
HSV(B) 81.43º 0.97% 0.34% -
XYZ 5.11 7.69 1.3 -
YUV 68.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 57 87 3 0.34 0 0.97 0.66 81.43 0.93 0.18
Hex 39 57 3 22 0 61 42 51 5D 12
Octal 71 127 3 42 0 141 102 121 135 22
Binary 111001 1010111 11 100010 0 1100001 1000010 1010001 1011101 10010

Color Harmonies of #395703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395703

Black with #395703

Text Example


Text Example

White with #395703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395703; }

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

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

background-color css

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

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

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

border-color css

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

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

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