#385910

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

Shades of Verdun Green #385910

Tints of Verdun Green #385910

Color information

#385910 (or 0x385910) is unknown color: approx Verdun Green. HEX triplet: 38, 59 and 10. RGB value is (56,89,16). Sum of RGB (Red+Green+Blue) = 56+89+16=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #385910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385910 is #C7A6EF. Grayscale: #474747. Windows color (decimal): -13084400 or 1071416. OLE color: 1071416.

HSL color Cylindrical-coordinate representation of color #385910: hue angle of 87.12º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #385910 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB568916-
CMYK0.3700.820.65
HSL87.12º69.52%20.59%-
HSV(B)87.12º82.02%34.9%-
XYZ5.38.021.76-
YUV70.8197.07117.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=34.78%
G=55.28%
B=9.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689160.3700.820.6587.1269.5220.59
Hex3859102505241574615
Octal701312045012210112710625
Binary1110001011001100001001010101001010000011010111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385910; }

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

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

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

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

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

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

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

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