#03725A

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

Shades of Tropical Rain Forest #03725A

Tints of Tropical Rain Forest #03725A

Color information

#03725A (or 0x03725A) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 72 and 5A. RGB value is (3,114,90). Sum of RGB (Red+Green+Blue) = 3+114+90=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #03725A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03725A is #FC8DA5. Grayscale: #4E4E4E. Windows color (decimal): -16551334 or 5927427. OLE color: 5927427.

HSL color Cylindrical-coordinate representation of color #03725A: hue angle of 167.03º 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 #03725A is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB311490-
CMYK0.9700.210.55
HSL167.03º94.87%22.94%-
HSV(B)167.03º97.37%44.71%-
XYZ7.912.7911.73-
YUV78.08134.7374.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 114 (44.92% from 255) = 55.07%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=1.45%
G=55.07%
B=43.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3114900.9700.210.55167.0394.8722.94
Hex3725A6101537a75f17
Octal31621321410256724713727
Binary1111100101011010110000101010111011110100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03725A; }

 p { color: rgb(3,114,90); }

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

<style>
 a { background-color: #03725A; }

 a { background-color: rgb(3,114,90); }

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

<style>
 span { border-color: #03725A; }

 span { border-color: rgb(3,114,90); }

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