#0B713B

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

Shades of Dark Spring Green #0B713B

Tints of Dark Spring Green #0B713B

Color information

#0B713B (or 0x0B713B) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 71 and 3B. RGB value is (11,113,59). Sum of RGB (Red+Green+Blue) = 11+113+59=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #0B713B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B713B is #F48EC4. Grayscale: #4C4C4C. Windows color (decimal): -16027333 or 3895563. OLE color: 3895563.

HSL color Cylindrical-coordinate representation of color #0B713B: hue angle of 148.24º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B713B is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1111359-
CMYK0.9000.480.56
HSL148.24º82.26%24.31%-
HSV(B)148.24º90.27%44.31%-
XYZ6.8312.26.13-
YUV76.35118.2181.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.01%
GREEN value IS 113 (44.53% from 255) = 61.75%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=6.01%
G=61.75%
B=32.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11113590.9000.480.56148.2482.2624.31
HexB713B5A03038945218
Octal13161731320607022412230
Binary101111100011110111011010011000011100010010100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,113,59); }

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

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

 a { background-color: rgb(11,113,59); }

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

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

 span { border-color: rgb(11,113,59); }

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