#103225

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

Shades of Dark Green #103225

Tints of Dark Green #103225

Color information

#103225 (or 0x103225) is unknown color: approx Dark Green. HEX triplet: 10, 32 and 25. RGB value is (16,50,37). Sum of RGB (Red+Green+Blue) = 16+50+37=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #103225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103225 is #EFCDDA. Grayscale: #262626. Windows color (decimal): -15715803 or 2437648. OLE color: 2437648.

HSL color Cylindrical-coordinate representation of color #103225: hue angle of 157.06º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #103225 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB165037-
CMYK0.6800.260.80
HSL157.06º51.52%12.94%-
HSV(B)157.06º68%19.61%-
XYZ1.692.522.15-
YUV38.35127.24112.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.53%
GREEN value IS 50 (19.92% from 255) = 48.54%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=15.53%
G=48.54%
B=35.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1650370.6800.260.80157.0651.5212.94
Hex1032254401A509d34d
Octal2062451040321202356415
Binary1000011001010010110001000110101010000100111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103225; }

 p { color: rgb(16,50,37); }

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

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

 a { background-color: rgb(16,50,37); }

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

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

 span { border-color: rgb(16,50,37); }

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