Html Css Color HEX #395315 Verdun Green

📋 copy color: '#395315'

red 57 ◦ green 83 ◦ blue 21

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

Shades of Verdun Green #395315

Tints of Verdun Green #395315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.55%

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

R = 35.4%
G = 51.55%
B = 13.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#395315 (or 0x395315) is known color: Verdun Green. HEX triplet: 39, 53 and 15. RGB value is (57,83,21). Sum of RGB (Red+Green+Blue) = 57+83+21=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #395315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395315 is #C6ACEA. Grayscale: #444444. Windows color (decimal): -13020395 or 1397561. OLE color: 1397561.

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

Color convert

RGB 57 83 21 -
CMYK 0.31 0 0.75 0.67
HSL 85.16º 0.6% 0.2% -
HSV(B) 85.16º 0.75% 0.33% -
XYZ 4.92 7.11 1.82 -
YUV 68.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 57 83 21 0.31 0 0.75 0.67 85.16 0.6 0.2
Hex 39 53 15 1F 0 4B 43 55 3C 14
Octal 71 123 25 37 0 113 103 125 74 24
Binary 111001 1010011 10101 11111 0 1001011 1000011 1010101 111100 10100

Color Harmonies of #395315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395315

Black with #395315

Text Example


Text Example

White with #395315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395315; }

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

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

background-color css

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

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

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

border-color css

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

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

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