#036A58

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

Shades of Tropical Rain Forest #036A58

Tints of Tropical Rain Forest #036A58

Color information

#036A58 (or 0x036A58) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 6A and 58. RGB value is (3,106,88). Sum of RGB (Red+Green+Blue) = 3+106+88=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 106 (41.80% from 255 or 53.81% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 106 - color contains mainly: green. Hex color #036A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A58 is #FC95A7. Grayscale: #494949. Windows color (decimal): -16553384 or 5794307. OLE color: 5794307.

HSL color Cylindrical-coordinate representation of color #036A58: hue angle of 169.51º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036A58 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB310688-
CMYK0.9700.170.58
HSL169.51º94.5%21.37%-
HSV(B)169.51º97.17%41.57%-
XYZ6.9511.0311-
YUV73.15136.3877.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 106 (41.80% from 255) = 53.81%
BLUE value IS 88 (34.77% from 255) = 44.67%
R=1.52%
G=53.81%
B=44.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3106880.9700.170.58169.5194.521.37
Hex36A58610113Aaa5e15
Octal31521301410217225213625
Binary1111010101011000110000101000111101010101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036A58; }

 p { color: rgb(3,106,88); }

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

<style>
 a { background-color: #036A58; }

 a { background-color: rgb(3,106,88); }

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

<style>
 span { border-color: #036A58; }

 span { border-color: rgb(3,106,88); }

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