#0A7541

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

Shades of Dark Spring Green #0A7541

Tints of Dark Spring Green #0A7541

Color information

#0A7541 (or 0x0A7541) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 75 and 41. RGB value is (10,117,65). Sum of RGB (Red+Green+Blue) = 10+117+65=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7541 is #F58ABE. Grayscale: #4F4F4F. Windows color (decimal): -16091839 or 4289802. OLE color: 4289802.

HSL color Cylindrical-coordinate representation of color #0A7541: hue angle of 150.84º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7541 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1011765-
CMYK0.9100.440.54
HSL150.84º84.25%24.9%-
HSV(B)150.84º91.45%45.88%-
XYZ7.4413.177.15-
YUV79.08120.0578.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.21%
GREEN value IS 117 (46.09% from 255) = 60.94%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=5.21%
G=60.94%
B=33.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117650.9100.440.54150.8484.2524.9
HexA75415B02C36975419
Octal121651011330546622712431
Binary1010111010110000011011011010110011011010010111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A7541; }

 p { color: rgb(10,117,65); }

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

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

 a { background-color: rgb(10,117,65); }

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

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

 span { border-color: rgb(10,117,65); }

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