#0B7546

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

Shades of Dark Spring Green #0B7546

Tints of Dark Spring Green #0B7546

Color information

#0B7546 (or 0x0B7546) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 75 and 46. RGB value is (11,117,70). Sum of RGB (Red+Green+Blue) = 11+117+70=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #0B7546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7546 is #F48AB9. Grayscale: #505050. Windows color (decimal): -16026298 or 4617483. OLE color: 4617483.

HSL color Cylindrical-coordinate representation of color #0B7546: hue angle of 153.4º degrees, saturation: 0.83, 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 #0B7546 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1111770-
CMYK0.9100.400.54
HSL153.4º82.81%25.1%-
HSV(B)153.4º90.6%45.88%-
XYZ7.613.247.95-
YUV79.95122.3878.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.56%
GREEN value IS 117 (46.09% from 255) = 59.09%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=5.56%
G=59.09%
B=35.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11117700.9100.400.54153.482.8125.1
HexB75465B02836995319
Octal131651061330506623112331
Binary1011111010110001101011011010100011011010011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,117,70); }

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

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

 a { background-color: rgb(11,117,70); }

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

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

 span { border-color: rgb(11,117,70); }

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