#03745E

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

Shades of Tropical Rain Forest #03745E

Tints of Tropical Rain Forest #03745E

Color information

#03745E (or 0x03745E) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 74 and 5E. RGB value is (3,116,94). Sum of RGB (Red+Green+Blue) = 3+116+94=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #03745E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03745E is #FC8BA1. Grayscale: #4F4F4F. Windows color (decimal): -16550818 or 6190083. OLE color: 6190083.

HSL color Cylindrical-coordinate representation of color #03745E: hue angle of 168.32º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03745E is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB311694-
CMYK0.9700.190.55
HSL168.32º94.96%23.33%-
HSV(B)168.32º97.41%45.49%-
XYZ8.313.3212.72-
YUV79.71136.0673.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 116 (45.70% from 255) = 54.46%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=1.41%
G=54.46%
B=44.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3116940.9700.190.55168.3294.9623.33
Hex3745E6101337a85f17
Octal31641361410236725013727
Binary1111101001011110110000101001111011110101000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03745E; }

 p { color: rgb(3,116,94); }

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

<style>
 a { background-color: #03745E; }

 a { background-color: rgb(3,116,94); }

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

<style>
 span { border-color: #03745E; }

 span { border-color: rgb(3,116,94); }

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