Html Css Color HEX #385113 Verdun Green

📋 copy color: '#385113'

red 56 ◦ green 81 ◦ blue 19

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

Shades of Verdun Green #385113

Tints of Verdun Green #385113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.92%

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

R = 35.9%
G = 51.92%
B = 12.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#385113 (or 0x385113) is known color: Verdun Green. HEX triplet: 38, 51 and 13. RGB value is (56,81,19). Sum of RGB (Red+Green+Blue) = 56+81+19=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #385113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385113 is #C7AEEC. Grayscale: #424242. Windows color (decimal): -13086445 or 1265976. OLE color: 1265976.

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

Color convert

RGB 56 81 19 -
CMYK 0.31 0 0.77 0.68
HSL 84.19º 0.62% 0.2% -
HSV(B) 84.19º 0.77% 0.32% -
XYZ 4.69 6.77 1.68 -
YUV 66.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 56 81 19 0.31 0 0.77 0.68 84.19 0.62 0.2
Hex 38 51 13 1F 0 4D 44 54 3E 14
Octal 70 121 23 37 0 115 104 124 76 24
Binary 111000 1010001 10011 11111 0 1001101 1000100 1010100 111110 10100

Color Harmonies of #385113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385113

Black with #385113

Text Example


Text Example

White with #385113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385113; }

 p { color: rgb(56,81,19); }

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

background-color css

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

 a { background-color: rgb(56,81,19); }

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

border-color css

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

 span { border-color: rgb(56,81,19); }

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