#038756

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

Shades of Tropical Rain Forest #038756

Tints of Tropical Rain Forest #038756

Color information

#038756 (or 0x038756) is unknown color: approx Tropical Rain Forest. HEX triplet: 03, 87 and 56. RGB value is (3,135,86). Sum of RGB (Red+Green+Blue) = 3+135+86=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #038756 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038756 is #FC78A9. Grayscale: #5A5A5A. Windows color (decimal): -16545962 or 5670659. OLE color: 5670659.

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

Color convert

RGB313586-
CMYK0.9800.360.47
HSL157.73º95.65%27.06%-
HSV(B)157.73º97.78%52.94%-
XYZ10.3818.0211.74-
YUV89.95125.7765.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.34%
GREEN value IS 135 (53.12% from 255) = 60.27%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=1.34%
G=60.27%
B=38.39%

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
Decimal3135860.9800.360.47157.7395.6527.06
Hex38756620242F9e601b
Octal32071261420445723614033
Binary111000011110101101100010010010010111110011110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038756; }

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

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

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

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

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

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

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

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