#03865E

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

Shades of Tropical Rain Forest #03865E

Tints of Tropical Rain Forest #03865E

Color information

#03865E (or 0x03865E) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 86 and 5E. RGB value is (3,134,94). Sum of RGB (Red+Green+Blue) = 3+134+94=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #03865E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03865E is #FC79A1. Grayscale: #5A5A5A. Windows color (decimal): -16546210 or 6194691. OLE color: 6194691.

HSL color Cylindrical-coordinate representation of color #03865E: hue angle of 161.68º 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 #03865E is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB313494-
CMYK0.9800.300.47
HSL161.68º95.62%26.86%-
HSV(B)161.68º97.76%52.55%-
XYZ10.5817.8813.48-
YUV90.27130.165.75-

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.01%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=1.30%
G=58.01%
B=40.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3134940.9800.300.47161.6895.6226.86
Hex3865E6201E2Fa2601b
Octal32061361420365724214033
Binary11100001101011110110001001111010111110100010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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