#0B7345

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

Shades of Dark Spring Green #0B7345

Tints of Dark Spring Green #0B7345

Color information

#0B7345 (or 0x0B7345) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 73 and 45. RGB value is (11,115,69). Sum of RGB (Red+Green+Blue) = 11+115+69=195 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.64% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7345 is #F48CBA. Grayscale: #4E4E4E. Windows color (decimal): -16026811 or 4551435. OLE color: 4551435.

HSL color Cylindrical-coordinate representation of color #0B7345: hue angle of 153.46º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7345 is Cyan = 0.90, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB1111569-
CMYK0.9000.40.55
HSL153.46º82.54%24.71%-
HSV(B)153.46º90.43%45.1%-
XYZ7.3412.767.71-
YUV78.66122.5479.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.64%
GREEN value IS 115 (45.31% from 255) = 58.97%
BLUE value IS 69 (27.34% from 255) = 35.38%
R=5.64%
G=58.97%
B=35.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11115690.9000.40.55153.4682.5424.71
HexB73455A02837995319
Octal131631051320506723112331
Binary1011111001110001011011010010100011011110011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,115,69); }

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

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

 a { background-color: rgb(11,115,69); }

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

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

 span { border-color: rgb(11,115,69); }

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