Html Css Color HEX #385206 Verdun Green

📋 copy color: '#385206'

red 56 ◦ green 82 ◦ blue 6

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

Shades of Verdun Green #385206

Tints of Verdun Green #385206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.17%

R = 38.89%
G = 56.94%
B = 4.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#385206 (or 0x385206) is known color: Verdun Green. HEX triplet: 38, 52 and 06. RGB value is (56,82,6). Sum of RGB (Red+Green+Blue) = 56+82+6=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #385206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385206 is #C7ADF9. Grayscale: #414141. Windows color (decimal): -13086202 or 414264. OLE color: 414264.

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

Color convert

RGB 56 82 6 -
CMYK 0.32 0 0.93 0.68
HSL 80.53º 0.86% 0.17% -
HSV(B) 80.53º 0.93% 0.32% -
XYZ 4.68 6.89 1.26 -
YUV 65.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 56 82 6 0.32 0 0.93 0.68 80.53 0.86 0.17
Hex 38 52 6 20 0 5D 44 51 56 11
Octal 70 122 6 40 0 135 104 121 126 21
Binary 111000 1010010 110 100000 0 1011101 1000100 1010001 1010110 10001

Color Harmonies of #385206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385206

Black with #385206

Text Example


Text Example

White with #385206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385206; }

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

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

background-color css

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

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

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

border-color css

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

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

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