#385B10

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

Shades of Verdun Green #385B10

Tints of Verdun Green #385B10

Color information

#385B10 (or 0x385B10) is unknown color: approx Verdun Green. HEX triplet: 38, 5B and 10. RGB value is (56,91,16). Sum of RGB (Red+Green+Blue) = 56+91+16=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #385B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385B10 is #C7A4EF. Grayscale: #484848. Windows color (decimal): -13083888 or 1071928. OLE color: 1071928.

HSL color Cylindrical-coordinate representation of color #385B10: hue angle of 88º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #385B10 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB569116-
CMYK0.3800.820.64
HSL88º70.09%20.98%-
HSV(B)88º82.42%35.69%-
XYZ5.478.361.82-
YUV71.9896.4116.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 91 (35.94% from 255) = 55.83%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=34.36%
G=55.83%
B=9.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691160.3800.820.648870.0920.98
Hex385B102605240584615
Octal701332046012210013010625
Binary1110001011011100001001100101001010000001011000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385B10; }

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

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

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

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

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

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

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

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