Html Css Color HEX #395D14 Verdun Green

📋 copy color: '#395D14'

red 57 ◦ green 93 ◦ blue 20

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

Shades of Verdun Green #395D14

Tints of Verdun Green #395D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 54.71%

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

R = 33.53%
G = 54.71%
B = 11.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#395D14 (or 0x395D14) is known color: Verdun Green. HEX triplet: 39, 5D and 14. RGB value is (57,93,20). Sum of RGB (Red+Green+Blue) = 57+93+20=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 93 (36.72% from 255 or 54.71% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 93 - color contains mainly: green. Hex color #395D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395D14 is #C6A2EB. Grayscale: #4A4A4A. Windows color (decimal): -13017836 or 1334585. OLE color: 1334585.

HSL color Cylindrical-coordinate representation of color #395D14: hue angle of 89.59º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #395D14 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 93 20 -
CMYK 0.39 0 0.78 0.64
HSL 89.59º 0.65% 0.22% -
HSV(B) 89.59º 0.78% 0.36% -
XYZ 5.73 8.75 2.05 -
YUV 73.91 97.57 115.94 -
System Red Green Blue C M Y K H S L
Decimal 57 93 20 0.39 0 0.78 0.64 89.59 0.65 0.22
Hex 39 5D 14 27 0 4E 40 5A 41 16
Octal 71 135 24 47 0 116 100 132 101 26
Binary 111001 1011101 10100 100111 0 1001110 1000000 1011010 1000001 10110

Color Harmonies of #395D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D14

Black with #395D14

Text Example


Text Example

White with #395D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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