#0B742C

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

Shades of Camarone #0B742C

Tints of Camarone #0B742C

Color information

#0B742C (or 0x0B742C) is unknown color: approx Camarone. HEX triplet: 0B, 74 and 2C. RGB value is (11,116,44). Sum of RGB (Red+Green+Blue) = 11+116+44=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 116 (45.70% from 255 or 67.84% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 116 - color contains mainly: green. Hex color #0B742C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B742C is #F48BD3. Grayscale: #4C4C4C. Windows color (decimal): -16026580 or 2913291. OLE color: 2913291.

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

Color convert

RGB1111644-
CMYK0.9100.620.55
HSL138.86º82.68%24.9%-
HSV(B)138.86º90.52%45.49%-
XYZ6.8412.744.48-
YUV76.4109.7181.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.43%
GREEN value IS 116 (45.70% from 255) = 67.84%
BLUE value IS 44 (17.58% from 255) = 25.73%
R=6.43%
G=67.84%
B=25.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11116440.9100.620.55138.8682.6824.9
HexB742C5B03E378b5319
Octal13164541330766721312331
Binary101111101001011001011011011111011011110001011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,116,44); }

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

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

 a { background-color: rgb(11,116,44); }

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

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

 span { border-color: rgb(11,116,44); }

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