#0B735C

Color #0B735C Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #0B735C

Tints of Tropical Rain Forest #0B735C

Color information

#0B735C (or 0x0B735C) is unknown color: approx Tropical Rain Forest. HEX triplet: 0B, 73 and 5C. RGB value is (11,115,92). Sum of RGB (Red+Green+Blue) = 11+115+92=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #0B735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B735C is #F48CA3. Grayscale: #515151. Windows color (decimal): -16026788 or 6058763. OLE color: 6058763.

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

Color convert

RGB1111592-
CMYK0.9000.200.55
HSL166.73º82.54%24.71%-
HSV(B)166.73º90.43%45.1%-
XYZ8.213.1112.22-
YUV81.28134.0477.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.05%
GREEN value IS 115 (45.31% from 255) = 52.75%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=5.05%
G=52.75%
B=42.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11115920.9000.200.55166.7382.5424.71
HexB735C5A01437a75319
Octal131631341320246724712331
Binary101111100111011100101101001010011011110100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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