#03765B

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

Shades of Tropical Rain Forest #03765B

Tints of Tropical Rain Forest #03765B

Color information

#03765B (or 0x03765B) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 76 and 5B. RGB value is (3,118,91). Sum of RGB (Red+Green+Blue) = 3+118+91=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #03765B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03765B is #FC89A4. Grayscale: #505050. Windows color (decimal): -16550309 or 5993987. OLE color: 5993987.

HSL color Cylindrical-coordinate representation of color #03765B: hue angle of 165.91º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03765B is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB311891-
CMYK0.9700.230.54
HSL165.91º95.04%23.73%-
HSV(B)165.91º97.46%46.27%-
XYZ8.413.7312.11-
YUV80.54133.972.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=1.42%
G=55.66%
B=42.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3118910.9700.230.54165.9195.0423.73
Hex3765B6101736a65f18
Octal31661331410276624613730
Binary1111101101011011110000101011111011010100110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03765B; }

 p { color: rgb(3,118,91); }

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

<style>
 a { background-color: #03765B; }

 a { background-color: rgb(3,118,91); }

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

<style>
 span { border-color: #03765B; }

 span { border-color: rgb(3,118,91); }

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