#008364

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

Shades of Tropical Rain Forest #008364

Tints of Tropical Rain Forest #008364

Color information

#008364 (or 0x008364) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 83 and 64. RGB value is (0,131,100). Sum of RGB (Red+Green+Blue) = 0+131+100=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #008364 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008364 is #FF7C9B. Grayscale: #585858. Windows color (decimal): -16743580 or 6587136. OLE color: 6587136.

HSL color Cylindrical-coordinate representation of color #008364: hue angle of 165.8º 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 #008364 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB0131100-
CMYK100.240.49
HSL165.8º100%25.69%-
HSV(B)165.8º100%51.37%-
XYZ10.4217.1514.82-
YUV88.3134.665.02-

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) = 56.71%
BLUE value IS 100 (39.45% from 255) = 43.29%
R=0%
G=56.71%
B=43.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0131100100.240.49165.810025.69
Hex083646401831a6641a
Octal02031441440306124614432
Binary0100000111100100110010001100011000110100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008364; }

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

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

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

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

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

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

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

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