#03865D

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

Shades of Tropical Rain Forest #03865D

Tints of Tropical Rain Forest #03865D

Color information

#03865D (or 0x03865D) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 86 and 5D. RGB value is (3,134,93). Sum of RGB (Red+Green+Blue) = 3+134+93=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #03865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03865D is #FC79A2. Grayscale: #5A5A5A. Windows color (decimal): -16546211 or 6129155. OLE color: 6129155.

HSL color Cylindrical-coordinate representation of color #03865D: hue angle of 161.22º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03865D is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB313493-
CMYK0.9800.310.47
HSL161.22º95.62%26.86%-
HSV(B)161.22º97.76%52.55%-
XYZ10.5417.8613.25-
YUV90.16129.665.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 134 (52.73% from 255) = 58.26%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=1.30%
G=58.26%
B=40.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3134930.9800.310.47161.2295.6226.86
Hex3865D6201F2Fa1601b
Octal32061351420375724114033
Binary11100001101011101110001001111110111110100001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03865D; }

 p { color: rgb(3,134,93); }

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

<style>
 a { background-color: #03865D; }

 a { background-color: rgb(3,134,93); }

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

<style>
 span { border-color: #03865D; }

 span { border-color: rgb(3,134,93); }

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