#007358

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

Shades of Tropical Rain Forest #007358

Tints of Tropical Rain Forest #007358

Color information

#007358 (or 0x007358) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 73 and 58. RGB value is (0,115,88). Sum of RGB (Red+Green+Blue) = 0+115+88=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #007358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007358 is #FF8CA7. Grayscale: #4D4D4D. Windows color (decimal): -16747688 or 5796608. OLE color: 5796608.

HSL color Cylindrical-coordinate representation of color #007358: hue angle of 165.91º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007358 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB011588-
CMYK100.230.55
HSL165.91º100%22.55%-
HSV(B)165.91º100%45.1%-
XYZ7.8912.9711.32-
YUV77.54133.972.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 115 (45.31% from 255) = 56.65%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=0%
G=56.65%
B=43.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011588100.230.55165.9110022.55
Hex073586401737a66417
Octal01631301440276724614427
Binary011100111011000110010001011111011110100110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007358; }

 p { color: rgb(0,115,88); }

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

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

 a { background-color: rgb(0,115,88); }

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

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

 span { border-color: rgb(0,115,88); }

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