#0B7635

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

Shades of Dark Spring Green #0B7635

Tints of Dark Spring Green #0B7635

Color information

#0B7635 (or 0x0B7635) is unknown color: approx Dark Spring Green. HEX triplet: 0B, 76 and 35. RGB value is (11,118,53). Sum of RGB (Red+Green+Blue) = 11+118+53=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 118 (46.48% from 255 or 64.84% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7635 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7635 is #F489CA. Grayscale: #4E4E4E. Windows color (decimal): -16026059 or 3503627. OLE color: 3503627.

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

Color convert

RGB1111853-
CMYK0.9100.550.54
HSL143.55º82.95%25.29%-
HSV(B)143.55º90.68%46.27%-
XYZ7.2613.295.55-
YUV78.6113.5579.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.04%
GREEN value IS 118 (46.48% from 255) = 64.84%
BLUE value IS 53 (21.09% from 255) = 29.12%
R=6.04%
G=64.84%
B=29.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11118530.9100.550.54143.5582.9525.29
HexB76355B03736905319
Octal13166651330676622012331
Binary101111101101101011011011011011111011010010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,118,53); }

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

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

 a { background-color: rgb(11,118,53); }

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

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

 span { border-color: rgb(11,118,53); }

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