#038656

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

Shades of Tropical Rain Forest #038656

Tints of Tropical Rain Forest #038656

Color information

#038656 (or 0x038656) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 86 and 56. RGB value is (3,134,86). Sum of RGB (Red+Green+Blue) = 3+134+86=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #038656 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038656 is #FC79A9. Grayscale: #595959. Windows color (decimal): -16546218 or 5670403. OLE color: 5670403.

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

Color convert

RGB313486-
CMYK0.9800.360.47
HSL158.02º95.62%26.86%-
HSV(B)158.02º97.76%52.55%-
XYZ10.2417.7411.69-
YUV89.36126.166.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 134 (52.73% from 255) = 60.09%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=1.35%
G=60.09%
B=38.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3134860.9800.360.47158.0295.6226.86
Hex38656620242F9e601b
Octal32061261420445723614033
Binary111000011010101101100010010010010111110011110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038656; }

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

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

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

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

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

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

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

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