#107038

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

Shades of Dark Spring Green #107038

Tints of Dark Spring Green #107038

Color information

#107038 (or 0x107038) is unknown color: approx Dark Spring Green. HEX triplet: 10, 70 and 38. RGB value is (16,112,56). Sum of RGB (Red+Green+Blue) = 16+112+56=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #107038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107038 is #EF8FC7. Grayscale: #4D4D4D. Windows color (decimal): -15699912 or 3698704. OLE color: 3698704.

HSL color Cylindrical-coordinate representation of color #107038: hue angle of 145º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107038 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1611256-
CMYK0.8600.500.56
HSL145º75%25.1%-
HSV(B)145º85.71%43.92%-
XYZ6.7211.985.7-
YUV76.91116.284.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.70%
GREEN value IS 112 (44.14% from 255) = 60.87%
BLUE value IS 56 (22.27% from 255) = 30.43%
R=8.70%
G=60.87%
B=30.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112560.8600.500.561457525.1
Hex1070385603238914b19
Octal20160701260627022111331
Binary1000011100001110001010110011001011100010010001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107038; }

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

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

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

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

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

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

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

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