#03755C

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

Shades of Tropical Rain Forest #03755C

Tints of Tropical Rain Forest #03755C

Color information

#03755C (or 0x03755C) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 75 and 5C. RGB value is (3,117,92). Sum of RGB (Red+Green+Blue) = 3+117+92=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #03755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03755C is #FC8AA3. Grayscale: #505050. Windows color (decimal): -16550564 or 6059267. OLE color: 6059267.

HSL color Cylindrical-coordinate representation of color #03755C: hue angle of 166.84º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03755C is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB311792-
CMYK0.9700.210.54
HSL166.84º95%23.53%-
HSV(B)166.84º97.44%45.88%-
XYZ8.3313.5112.29-
YUV80.06134.7373.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 117 (46.09% from 255) = 55.19%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=1.42%
G=55.19%
B=43.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3117920.9700.210.54166.849523.53
Hex3755C6101536a75f18
Octal31651341410256624713730
Binary1111101011011100110000101010111011010100111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03755C; }

 p { color: rgb(3,117,92); }

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

<style>
 a { background-color: #03755C; }

 a { background-color: rgb(3,117,92); }

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

<style>
 span { border-color: #03755C; }

 span { border-color: rgb(3,117,92); }

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