Html Css Color HEX #385211 Verdun Green

📋 copy color: '#385211'

red 56 ◦ green 82 ◦ blue 17

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

Shades of Verdun Green #385211

Tints of Verdun Green #385211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.9%

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

R = 36.13%
G = 52.9%
B = 10.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#385211 (or 0x385211) is known color: Verdun Green. HEX triplet: 38, 52 and 11. RGB value is (56,82,17). Sum of RGB (Red+Green+Blue) = 56+82+17=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #385211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385211 is #C7ADEE. Grayscale: #434343. Windows color (decimal): -13086191 or 1135160. OLE color: 1135160.

HSL color Cylindrical-coordinate representation of color #385211: hue angle of 84º degrees, saturation: 0.66, 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 #385211 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 17 -
CMYK 0.32 0 0.79 0.68
HSL 84º 0.66% 0.19% -
HSV(B) 84º 0.79% 0.32% -
XYZ 4.75 6.92 1.61 -
YUV 66.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 56 82 17 0.32 0 0.79 0.68 84 0.66 0.19
Hex 38 52 11 20 0 4F 44 54 42 13
Octal 70 122 21 40 0 117 104 124 102 23
Binary 111000 1010010 10001 100000 0 1001111 1000100 1010100 1000010 10011

Color Harmonies of #385211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385211

Black with #385211

Text Example


Text Example

White with #385211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385211; }

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

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

background-color css

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

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

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

border-color css

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

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

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