#03775A

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

Shades of Tropical Rain Forest #03775A

Tints of Tropical Rain Forest #03775A

Color information

#03775A (or 0x03775A) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 77 and 5A. RGB value is (3,119,90). Sum of RGB (Red+Green+Blue) = 3+119+90=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #03775A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03775A is #FC88A5. Grayscale: #515151. Windows color (decimal): -16550054 or 5928707. OLE color: 5928707.

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

Color convert

RGB311990-
CMYK0.9700.240.53
HSL165º95.08%23.92%-
HSV(B)165º97.48%46.67%-
XYZ8.4813.9511.92-
YUV81.01133.0772.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=1.42%
G=56.13%
B=42.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3119900.9700.240.5316595.0823.92
Hex3775A6101835a55f18
Octal31671321410306524513730
Binary1111101111011010110000101100011010110100101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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