Html Css Color HEX #395313 Verdun Green

📋 copy color: '#395313'

red 57 ◦ green 83 ◦ blue 19

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

Shades of Verdun Green #395313

Tints of Verdun Green #395313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.95%

R = 35.85%
G = 52.2%
B = 11.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#395313 (or 0x395313) is known color: Verdun Green. HEX triplet: 39, 53 and 13. RGB value is (57,83,19). Sum of RGB (Red+Green+Blue) = 57+83+19=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #395313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395313 is #C6ACEC. Grayscale: #444444. Windows color (decimal): -13020397 or 1266489. OLE color: 1266489.

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

Color convert

RGB 57 83 19 -
CMYK 0.31 0 0.77 0.67
HSL 84.38º 0.63% 0.2% -
HSV(B) 84.38º 0.77% 0.33% -
XYZ 4.9 7.1 1.73 -
YUV 67.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 57 83 19 0.31 0 0.77 0.67 84.38 0.63 0.2
Hex 39 53 13 1F 0 4D 43 54 3F 14
Octal 71 123 23 37 0 115 103 124 77 24
Binary 111001 1010011 10011 11111 0 1001101 1000011 1010100 111111 10100

Color Harmonies of #395313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395313

Black with #395313

Text Example


Text Example

White with #395313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395313; }

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

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

background-color css

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

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

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

border-color css

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

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

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