Html Css Color HEX #385207 Verdun Green

📋 copy color: '#385207'

red 56 ◦ green 82 ◦ blue 7

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

Shades of Verdun Green #385207

Tints of Verdun Green #385207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.83%

R = 38.62%
G = 56.55%
B = 4.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#385207 (or 0x385207) is known color: Verdun Green. HEX triplet: 38, 52 and 07. RGB value is (56,82,7). Sum of RGB (Red+Green+Blue) = 56+82+7=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #385207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385207 is #C7ADF8. Grayscale: #414141. Windows color (decimal): -13086201 or 479800. OLE color: 479800.

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

Color convert

RGB 56 82 7 -
CMYK 0.32 0 0.91 0.68
HSL 80.8º 0.84% 0.17% -
HSV(B) 80.8º 0.91% 0.32% -
XYZ 4.69 6.89 1.28 -
YUV 65.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 56 82 7 0.32 0 0.91 0.68 80.8 0.84 0.17
Hex 38 52 7 20 0 5B 44 51 54 11
Octal 70 122 7 40 0 133 104 121 124 21
Binary 111000 1010010 111 100000 0 1011011 1000100 1010001 1010100 10001

Color Harmonies of #385207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385207

Black with #385207

Text Example


Text Example

White with #385207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385207; }

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

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

background-color css

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

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

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

border-color css

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

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

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