#0B7541

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

Shades of Dark Spring Green #0B7541

Tints of Dark Spring Green #0B7541

Color information

#0B7541 (or 0x0B7541) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 75 and 41. RGB value is (11,117,65). Sum of RGB (Red+Green+Blue) = 11+117+65=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #0B7541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7541 is #F48ABE. Grayscale: #4F4F4F. Windows color (decimal): -16026303 or 4289803. OLE color: 4289803.

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

Color convert

RGB1111765-
CMYK0.9100.440.54
HSL150.57º82.81%25.1%-
HSV(B)150.57º90.6%45.88%-
XYZ7.4513.187.15-
YUV79.38119.8879.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 117 (46.09% from 255) = 60.62%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=5.70%
G=60.62%
B=33.68%

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
Decimal11117650.9100.440.54150.5782.8125.1
HexB75415B02C36975319
Octal131651011330546622712331
Binary1011111010110000011011011010110011011010010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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