#03775E

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

Shades of Tropical Rain Forest #03775E

Tints of Tropical Rain Forest #03775E

Color information

#03775E (or 0x03775E) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 77 and 5E. RGB value is (3,119,94). Sum of RGB (Red+Green+Blue) = 3+119+94=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #03775E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03775E is #FC88A1. Grayscale: #515151. Windows color (decimal): -16550050 or 6190851. OLE color: 6190851.

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

Color convert

RGB311994-
CMYK0.9700.210.53
HSL167.07º95.08%23.92%-
HSV(B)167.07º97.48%46.67%-
XYZ8.6514.0212.84-
YUV81.47135.0772.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.39%
GREEN value IS 119 (46.88% from 255) = 55.09%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=1.39%
G=55.09%
B=43.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3119940.9700.210.53167.0795.0823.92
Hex3775E6101535a75f18
Octal31671361410256524713730
Binary1111101111011110110000101010111010110100111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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