Html Css Color HEX #395812 Verdun Green

📋 copy color: '#395812'

red 57 ◦ green 88 ◦ blue 18

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

Shades of Verdun Green #395812

Tints of Verdun Green #395812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.99%

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

R = 34.97%
G = 53.99%
B = 11.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#395812 (or 0x395812) is known color: Verdun Green. HEX triplet: 39, 58 and 12. RGB value is (57,88,18). Sum of RGB (Red+Green+Blue) = 57+88+18=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #395812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395812 is #C6A7ED. Grayscale: #474747. Windows color (decimal): -13019118 or 1202233. OLE color: 1202233.

HSL color Cylindrical-coordinate representation of color #395812: hue angle of 86.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #395812 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 88 18 -
CMYK 0.35 0 0.80 0.65
HSL 86.57º 0.66% 0.21% -
HSV(B) 86.57º 0.8% 0.35% -
XYZ 5.29 7.89 1.82 -
YUV 70.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 57 88 18 0.35 0 0.80 0.65 86.57 0.66 0.21
Hex 39 58 12 23 0 50 41 57 42 15
Octal 71 130 22 43 0 120 101 127 102 25
Binary 111001 1011000 10010 100011 0 1010000 1000001 1010111 1000010 10101

Color Harmonies of #395812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395812

Black with #395812

Text Example


Text Example

White with #395812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395812; }

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

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

background-color css

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

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

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

border-color css

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

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

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