Html Css Color HEX #395914 Verdun Green

📋 copy color: '#395914'

red 57 ◦ green 89 ◦ blue 20

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

Shades of Verdun Green #395914

Tints of Verdun Green #395914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.61%

 BLUE value IS 20 (8.2% from 255) = 12.05%

R = 34.34%
G = 53.61%
B = 12.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#395914 (or 0x395914) is known color: Verdun Green. HEX triplet: 39, 59 and 14. RGB value is (57,89,20). Sum of RGB (Red+Green+Blue) = 57+89+20=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #395914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395914 is #C6A6EB. Grayscale: #474747. Windows color (decimal): -13018860 or 1333561. OLE color: 1333561.

HSL color Cylindrical-coordinate representation of color #395914: hue angle of 87.83º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #395914 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 89 20 -
CMYK 0.36 0 0.78 0.65
HSL 87.83º 0.63% 0.21% -
HSV(B) 87.83º 0.78% 0.35% -
XYZ 5.39 8.07 1.93 -
YUV 71.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 57 89 20 0.36 0 0.78 0.65 87.83 0.63 0.21
Hex 39 59 14 24 0 4E 41 58 3F 15
Octal 71 131 24 44 0 116 101 130 77 25
Binary 111001 1011001 10100 100100 0 1001110 1000001 1011000 111111 10101

Color Harmonies of #395914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395914

Black with #395914

Text Example


Text Example

White with #395914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395914; }

 p { color: rgb(57,89,20); }

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

background-color css

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

 a { background-color: rgb(57,89,20); }

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

border-color css

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

 span { border-color: rgb(57,89,20); }

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