Html Css Color HEX #385212 Verdun Green

📋 copy color: '#385212'

red 56 ◦ green 82 ◦ blue 18

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

Shades of Verdun Green #385212

Tints of Verdun Green #385212

RGB

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

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

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

R = 35.9%
G = 52.56%
B = 11.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#385212 (or 0x385212) is known color: Verdun Green. HEX triplet: 38, 52 and 12. RGB value is (56,82,18). Sum of RGB (Red+Green+Blue) = 56+82+18=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #385212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385212 is #C7ADED. Grayscale: #434343. Windows color (decimal): -13086190 or 1200696. OLE color: 1200696.

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

Color convert

RGB 56 82 18 -
CMYK 0.32 0 0.78 0.68
HSL 84.38º 0.64% 0.2% -
HSV(B) 84.38º 0.78% 0.32% -
XYZ 4.76 6.92 1.66 -
YUV 66.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 56 82 18 0.32 0 0.78 0.68 84.38 0.64 0.2
Hex 38 52 12 20 0 4E 44 54 40 14
Octal 70 122 22 40 0 116 104 124 100 24
Binary 111000 1010010 10010 100000 0 1001110 1000100 1010100 1000000 10100

Color Harmonies of #385212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385212

Black with #385212

Text Example


Text Example

White with #385212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385212; }

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

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

background-color css

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

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

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

border-color css

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

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

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