Html Css Color HEX #395312 Verdun Green

📋 copy color: '#395312'

red 57 ◦ green 83 ◦ blue 18

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

Shades of Verdun Green #395312

Tints of Verdun Green #395312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.39%

R = 36.08%
G = 52.53%
B = 11.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#395312 (or 0x395312) is known color: Verdun Green. HEX triplet: 39, 53 and 12. RGB value is (57,83,18). Sum of RGB (Red+Green+Blue) = 57+83+18=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #395312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395312 is #C6ACED. Grayscale: #444444. Windows color (decimal): -13020398 or 1200953. OLE color: 1200953.

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

Color convert

RGB 57 83 18 -
CMYK 0.31 0 0.78 0.67
HSL 84º 0.64% 0.2% -
HSV(B) 84º 0.78% 0.33% -
XYZ 4.89 7.1 1.68 -
YUV 67.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 57 83 18 0.31 0 0.78 0.67 84 0.64 0.2
Hex 39 53 12 1F 0 4E 43 54 40 14
Octal 71 123 22 37 0 116 103 124 100 24
Binary 111001 1010011 10010 11111 0 1001110 1000011 1010100 1000000 10100

Color Harmonies of #395312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395312

Black with #395312

Text Example


Text Example

White with #395312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395312; }

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

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

background-color css

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

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

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

border-color css

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

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

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