#385507

Color #385507 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #385507

Tints of Verdun Green #385507

Color information

#385507 (or 0x385507) is unknown color: approx Verdun Green. HEX triplet: 38, 55 and 07. RGB value is (56,85,7). Sum of RGB (Red+Green+Blue) = 56+85+7=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #385507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385507 is #C7AAF8. Grayscale: #434343. Windows color (decimal): -13085433 or 480568. OLE color: 480568.

HSL color Cylindrical-coordinate representation of color #385507: hue angle of 82.31º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #385507 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB56857-
CMYK0.3400.920.67
HSL82.31º84.78%18.04%-
HSV(B)82.31º91.76%33.33%-
XYZ4.927.351.36-
YUV67.4493.89119.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.84%
GREEN value IS 85 (33.59% from 255) = 57.43%
BLUE value IS 7 (3.12% from 255) = 4.73%
R=37.84%
G=57.43%
B=4.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal568570.3400.920.6782.3184.7818.04
Hex385572205C43525512
Octal70125742013410312212522
Binary11100010101011111000100101110010000111010010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385507; }

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

 H1.HeaderClassName
 {
   color: #385507;
 }
 .AnyTagClassName
 {
   color: #385507;
 }
</style>
background-color css

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

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

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

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

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

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