Html Css Color HEX #395510 Verdun Green

📋 copy color: '#395510'

red 57 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #395510

Tints of Verdun Green #395510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.8%

 BLUE value IS 16 (6.64% from 255) = 10.13%

R = 36.08%
G = 53.8%
B = 10.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#395510 (or 0x395510) is known color: Verdun Green. HEX triplet: 39, 55 and 10. RGB value is (57,85,16). Sum of RGB (Red+Green+Blue) = 57+85+16=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #395510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395510 is #C6AAEF. Grayscale: #454545. Windows color (decimal): -13019888 or 1070393. OLE color: 1070393.

HSL color Cylindrical-coordinate representation of color #395510: hue angle of 84.35º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #395510 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 85 16 -
CMYK 0.33 0 0.81 0.67
HSL 84.35º 0.68% 0.2% -
HSV(B) 84.35º 0.81% 0.33% -
XYZ 5.03 7.4 1.65 -
YUV 68.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 57 85 16 0.33 0 0.81 0.67 84.35 0.68 0.2
Hex 39 55 10 21 0 51 43 54 44 14
Octal 71 125 20 41 0 121 103 124 104 24
Binary 111001 1010101 10000 100001 0 1010001 1000011 1010100 1000100 10100

Color Harmonies of #395510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395510

Black with #395510

Text Example


Text Example

White with #395510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395510; }

 p { color: rgb(57,85,16); }

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

background-color css

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

 a { background-color: rgb(57,85,16); }

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

border-color css

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

 span { border-color: rgb(57,85,16); }

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