#03765C

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

Shades of Tropical Rain Forest #03765C

Tints of Tropical Rain Forest #03765C

Color information

#03765C (or 0x03765C) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 76 and 5C. RGB value is (3,118,92). Sum of RGB (Red+Green+Blue) = 3+118+92=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #03765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03765C is #FC89A3. Grayscale: #505050. Windows color (decimal): -16550308 or 6059523. OLE color: 6059523.

HSL color Cylindrical-coordinate representation of color #03765C: hue angle of 166.43º 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 #03765C is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB311892-
CMYK0.9700.220.54
HSL166.43º95.04%23.73%-
HSV(B)166.43º97.46%46.27%-
XYZ8.4513.7512.33-
YUV80.65134.472.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=1.41%
G=55.40%
B=43.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3118920.9700.220.54166.4395.0423.73
Hex3765C6101636a65f18
Octal31661341410266624613730
Binary1111101101011100110000101011011011010100110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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