Html Css Color HEX #395410 Verdun Green

📋 copy color: '#395410'

red 57 ◦ green 84 ◦ blue 16

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

Shades of Verdun Green #395410

Tints of Verdun Green #395410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.5%

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

R = 36.31%
G = 53.5%
B = 10.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#395410 (or 0x395410) is known color: Verdun Green. HEX triplet: 39, 54 and 10. RGB value is (57,84,16). Sum of RGB (Red+Green+Blue) = 57+84+16=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #395410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395410 is #C6ABEF. Grayscale: #444444. Windows color (decimal): -13020144 or 1070137. OLE color: 1070137.

HSL color Cylindrical-coordinate representation of color #395410: hue angle of 83.82º 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 #395410 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 16 -
CMYK 0.32 0 0.81 0.67
HSL 83.82º 0.68% 0.2% -
HSV(B) 83.82º 0.81% 0.33% -
XYZ 4.95 7.25 1.63 -
YUV 68.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 57 84 16 0.32 0 0.81 0.67 83.82 0.68 0.2
Hex 39 54 10 20 0 51 43 54 44 14
Octal 71 124 20 40 0 121 103 124 104 24
Binary 111001 1010100 10000 100000 0 1010001 1000011 1010100 1000100 10100

Color Harmonies of #395410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395410

Black with #395410

Text Example


Text Example

White with #395410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395410; }

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

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

background-color css

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

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

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

border-color css

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

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

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