Html Css Color HEX #385412 Verdun Green

📋 copy color: '#385412'

red 56 ◦ green 84 ◦ blue 18

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

Shades of Verdun Green #385412

Tints of Verdun Green #385412

RGB

 RED value IS 56 (22.27% from 255) = 35.44%

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

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

R = 35.44%
G = 53.16%
B = 11.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#385412 (or 0x385412) is known color: Verdun Green. HEX triplet: 38, 54 and 12. RGB value is (56,84,18). Sum of RGB (Red+Green+Blue) = 56+84+18=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #385412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385412 is #C7ABED. Grayscale: #444444. Windows color (decimal): -13085678 or 1201208. OLE color: 1201208.

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

Color convert

RGB 56 84 18 -
CMYK 0.33 0 0.79 0.67
HSL 85.45º 0.65% 0.2% -
HSV(B) 85.45º 0.79% 0.33% -
XYZ 4.91 7.23 1.71 -
YUV 68.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 56 84 18 0.33 0 0.79 0.67 85.45 0.65 0.2
Hex 38 54 12 21 0 4F 43 55 41 14
Octal 70 124 22 41 0 117 103 125 101 24
Binary 111000 1010100 10010 100001 0 1001111 1000011 1010101 1000001 10100

Color Harmonies of #385412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385412

Black with #385412

Text Example


Text Example

White with #385412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385412; }

 p { color: rgb(56,84,18); }

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

background-color css

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

 a { background-color: rgb(56,84,18); }

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

border-color css

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

 span { border-color: rgb(56,84,18); }

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