Html Css Color HEX #395415 Verdun Green

📋 copy color: '#395415'

red 57 ◦ green 84 ◦ blue 21

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

Shades of Verdun Green #395415

Tints of Verdun Green #395415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.96%

R = 35.19%
G = 51.85%
B = 12.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#395415 (or 0x395415) is known color: Verdun Green. HEX triplet: 39, 54 and 15. RGB value is (57,84,21). Sum of RGB (Red+Green+Blue) = 57+84+21=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #395415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395415 is #C6ABEA. Grayscale: #444444. Windows color (decimal): -13020139 or 1397817. OLE color: 1397817.

HSL color Cylindrical-coordinate representation of color #395415: hue angle of 85.71º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #395415 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 21 -
CMYK 0.32 0 0.75 0.67
HSL 85.71º 0.6% 0.21% -
HSV(B) 85.71º 0.75% 0.33% -
XYZ 4.99 7.26 1.85 -
YUV 68.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 57 84 21 0.32 0 0.75 0.67 85.71 0.6 0.21
Hex 39 54 15 20 0 4B 43 56 3C 15
Octal 71 124 25 40 0 113 103 126 74 25
Binary 111001 1010100 10101 100000 0 1001011 1000011 1010110 111100 10101

Color Harmonies of #395415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395415

Black with #395415

Text Example


Text Example

White with #395415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395415; }

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

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

background-color css

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

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

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

border-color css

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

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

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