#385B14

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

Shades of Verdun Green #385B14

Tints of Verdun Green #385B14

Color information

#385B14 (or 0x385B14) is unknown color: approx Verdun Green. HEX triplet: 38, 5B and 14. RGB value is (56,91,20). Sum of RGB (Red+Green+Blue) = 56+91+20=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 91 (35.94% from 255 or 54.49% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 91 - color contains mainly: green. Hex color #385B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385B14 is #C7A4EB. Grayscale: #484848. Windows color (decimal): -13083884 or 1334072. OLE color: 1334072.

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

Color convert

RGB569120-
CMYK0.3800.780.64
HSL89.58º63.96%21.76%-
HSV(B)89.58º78.02%35.69%-
XYZ5.58.371.99-
YUV72.4498.4116.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 91 (35.94% from 255) = 54.49%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=33.53%
G=54.49%
B=11.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691200.3800.780.6489.5863.9621.76
Hex385B142604E405a4016
Octal701332446011610013210026
Binary1110001011011101001001100100111010000001011010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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