#00845c

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

Shades of Tropical Rain Forest #00845C

Tints of Tropical Rain Forest #00845C

Color information

#00845C (or 0x00845C) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 84 and 5C. RGB value is (0,132,92). Sum of RGB (Red+Green+Blue) = 0+132+92=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #00845C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00845C is #FF7BA3. Grayscale: #585858. Windows color (decimal): -16743332 or 6063104. OLE color: 6063104.

HSL color Cylindrical-coordinate representation of color #00845C: hue angle of 161.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00845C is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB013292-
CMYK100.300.48
HSL161.82º100%25.88%-
HSV(B)161.82º100%51.76%-
XYZ10.1817.2812.92-
YUV87.97130.2765.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 58.93%
BLUE value IS 92 (36.33% from 255) = 41.07%
R=0%
G=58.93%
B=41.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013292100.300.48161.8210025.88
Hex0845C6401E30a2641a
Octal02041341440366024214432
Binary0100001001011100110010001111011000010100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00845c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00845c; }

 p { color: rgb(0,132,92); }

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

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

 a { background-color: rgb(0,132,92); }

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

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

 span { border-color: rgb(0,132,92); }

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