Html Css Color HEX #395014 Verdun Green

📋 copy color: '#395014'

red 57 ◦ green 80 ◦ blue 20

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

Shades of Verdun Green #395014

Tints of Verdun Green #395014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50.96%

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

R = 36.31%
G = 50.96%
B = 12.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#395014 (or 0x395014) is known color: Verdun Green. HEX triplet: 39, 50 and 14. RGB value is (57,80,20). Sum of RGB (Red+Green+Blue) = 57+80+20=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #395014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395014 is #C6AFEB. Grayscale: #424242. Windows color (decimal): -13021164 or 1331257. OLE color: 1331257.

HSL color Cylindrical-coordinate representation of color #395014: hue angle of 83º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #395014 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 80 20 -
CMYK 0.29 0 0.75 0.69
HSL 83º 0.6% 0.2% -
HSV(B) 83º 0.75% 0.31% -
XYZ 4.68 6.66 1.7 -
YUV 66.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 57 80 20 0.29 0 0.75 0.69 83 0.6 0.2
Hex 39 50 14 1D 0 4B 45 53 3C 14
Octal 71 120 24 35 0 113 105 123 74 24
Binary 111001 1010000 10100 11101 0 1001011 1000101 1010011 111100 10100

Color Harmonies of #395014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395014

Black with #395014

Text Example


Text Example

White with #395014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395014; }

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

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

background-color css

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

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

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

border-color css

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

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

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