Html Css Color HEX #385210 Verdun Green

📋 copy color: '#385210'

red 56 ◦ green 82 ◦ blue 16

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

Shades of Verdun Green #385210

Tints of Verdun Green #385210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.39%

R = 36.36%
G = 53.25%
B = 10.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#385210 (or 0x385210) is known color: Verdun Green. HEX triplet: 38, 52 and 10. RGB value is (56,82,16). Sum of RGB (Red+Green+Blue) = 56+82+16=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #385210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385210 is #C7ADEF. Grayscale: #424242. Windows color (decimal): -13086192 or 1069624. OLE color: 1069624.

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

Color convert

RGB 56 82 16 -
CMYK 0.32 0 0.80 0.68
HSL 83.64º 0.67% 0.19% -
HSV(B) 83.64º 0.8% 0.32% -
XYZ 4.74 6.91 1.57 -
YUV 66.7 99.39 120.37 -
System Red Green Blue C M Y K H S L
Decimal 56 82 16 0.32 0 0.80 0.68 83.64 0.67 0.19
Hex 38 52 10 20 0 50 44 54 43 13
Octal 70 122 20 40 0 120 104 124 103 23
Binary 111000 1010010 10000 100000 0 1010000 1000100 1010100 1000011 10011

Color Harmonies of #385210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385210

Black with #385210

Text Example


Text Example

White with #385210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385210; }

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

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

background-color css

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

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

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

border-color css

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

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

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