#0B9635

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

Shades of Pigment Green #0B9635

Tints of Pigment Green #0B9635

Color information

#0B9635 (or 0x0B9635) is unknown color: approx Pigment Green. HEX triplet: 0B, 96 and 35. RGB value is (11,150,53). Sum of RGB (Red+Green+Blue) = 11+150+53=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 150 (58.98% from 255 or 70.09% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9635 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9635 is #F469CA. Grayscale: #616161. Windows color (decimal): -16017867 or 3511819. OLE color: 3511819.

HSL color Cylindrical-coordinate representation of color #0B9635: hue angle of 138.13º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9635 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1115053-
CMYK0.9300.650.41
HSL138.13º86.34%31.57%-
HSV(B)138.13º92.67%58.82%-
XYZ11.6922.147.03-
YUV97.38102.9566.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.14%
GREEN value IS 150 (58.98% from 255) = 70.09%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=5.14%
G=70.09%
B=24.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11150530.9300.650.41138.1386.3431.57
HexB96355D041298a5620
Octal132266513501015121212640
Binary101110010110110101101110101000001101001100010101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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