#058066

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

Shades of Tropical Rain Forest #058066

Tints of Tropical Rain Forest #058066

Color information

#058066 (or 0x058066) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 80 and 66. RGB value is (5,128,102). Sum of RGB (Red+Green+Blue) = 5+128+102=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 128 (50.39% from 255 or 54.47% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 128 - color contains mainly: green. Hex color #058066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058066 is #FA7F99. Grayscale: #585858. Windows color (decimal): -16416666 or 6717445. OLE color: 6717445.

HSL color Cylindrical-coordinate representation of color #058066: hue angle of 167.32º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058066 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB5128102-
CMYK0.9600.200.50
HSL167.32º92.48%26.08%-
HSV(B)167.32º96.09%50.2%-
XYZ10.1816.4315.21-
YUV88.26135.7568.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 128 (50.39% from 255) = 54.47%
BLUE value IS 102 (40.23% from 255) = 43.40%
R=2.13%
G=54.47%
B=43.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51281020.9600.200.50167.3292.4826.08
Hex580666001432a75c1a
Octal52001461400246224713432
Binary101100000001100110110000001010011001010100111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058066; }

 p { color: rgb(5,128,102); }

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

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

 a { background-color: rgb(5,128,102); }

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

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

 span { border-color: rgb(5,128,102); }

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