#03775F

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

Shades of Tropical Rain Forest #03775F

Tints of Tropical Rain Forest #03775F

Color information

#03775F (or 0x03775F) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 77 and 5F. RGB value is (3,119,95). Sum of RGB (Red+Green+Blue) = 3+119+95=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #03775F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03775F is #FC88A0. Grayscale: #515151. Windows color (decimal): -16550049 or 6256387. OLE color: 6256387.

HSL color Cylindrical-coordinate representation of color #03775F: hue angle of 167.59º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03775F is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB311995-
CMYK0.9700.200.53
HSL167.59º95.08%23.92%-
HSV(B)167.59º97.48%46.67%-
XYZ8.714.0413.08-
YUV81.58135.5771.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 119 (46.88% from 255) = 54.84%
BLUE value IS 95 (37.5% from 255) = 43.78%
R=1.38%
G=54.84%
B=43.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3119950.9700.200.53167.5995.0823.92
Hex3775F6101435a85f18
Octal31671371410246525013730
Binary1111101111011111110000101010011010110101000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03775F; }

 p { color: rgb(3,119,95); }

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

<style>
 a { background-color: #03775F; }

 a { background-color: rgb(3,119,95); }

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

<style>
 span { border-color: #03775F; }

 span { border-color: rgb(3,119,95); }

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