#008360

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

Shades of Tropical Rain Forest #008360

Tints of Tropical Rain Forest #008360

Color information

#008360 (or 0x008360) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 83 and 60. RGB value is (0,131,96). Sum of RGB (Red+Green+Blue) = 0+131+96=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #008360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008360 is #FF7C9F. Grayscale: #575757. Windows color (decimal): -16743584 or 6324992. OLE color: 6324992.

HSL color Cylindrical-coordinate representation of color #008360: hue angle of 163.97º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008360 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB013196-
CMYK100.270.49
HSL163.97º100%25.69%-
HSV(B)163.97º100%51.37%-
XYZ10.2317.0813.82-
YUV87.84132.665.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 57.71%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=0%
G=57.71%
B=42.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013196100.270.49163.9710025.69
Hex083606401B31a4641a
Octal02031401440336124414432
Binary0100000111100000110010001101111000110100100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008360; }

 p { color: rgb(0,131,96); }

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

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

 a { background-color: rgb(0,131,96); }

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

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

 span { border-color: rgb(0,131,96); }

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