Html Css Color HEX #385111 Verdun Green

📋 copy color: '#385111'

red 56 ◦ green 81 ◦ blue 17

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

Shades of Verdun Green #385111

Tints of Verdun Green #385111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.04%

R = 36.36%
G = 52.6%
B = 11.04%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#385111 (or 0x385111) is known color: Verdun Green. HEX triplet: 38, 51 and 11. RGB value is (56,81,17). Sum of RGB (Red+Green+Blue) = 56+81+17=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #385111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385111 is #C7AEEE. Grayscale: #424242. Windows color (decimal): -13086447 or 1134904. OLE color: 1134904.

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

Color convert

RGB 56 81 17 -
CMYK 0.31 0 0.79 0.68
HSL 83.44º 0.65% 0.19% -
HSV(B) 83.44º 0.79% 0.32% -
XYZ 4.67 6.77 1.59 -
YUV 66.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 56 81 17 0.31 0 0.79 0.68 83.44 0.65 0.19
Hex 38 51 11 1F 0 4F 44 53 41 13
Octal 70 121 21 37 0 117 104 123 101 23
Binary 111000 1010001 10001 11111 0 1001111 1000100 1010011 1000001 10011

Color Harmonies of #385111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385111

Black with #385111

Text Example


Text Example

White with #385111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385111; }

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

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

background-color css

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

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

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

border-color css

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

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

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