#04825B

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

Shades of Tropical Rain Forest #04825B

Tints of Tropical Rain Forest #04825B

Color information

#04825B (or 0x04825B) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 82 and 5B. RGB value is (4,130,91). Sum of RGB (Red+Green+Blue) = 4+130+91=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #04825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04825B is #FB7DA4. Grayscale: #575757. Windows color (decimal): -16481701 or 5997060. OLE color: 5997060.

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

Color convert

RGB413091-
CMYK0.9700.300.49
HSL161.43º94.03%26.27%-
HSV(B)161.43º96.92%50.98%-
XYZ9.9216.7512.61-
YUV87.88129.7668.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.78%
GREEN value IS 130 (51.17% from 255) = 57.78%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=1.78%
G=57.78%
B=40.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4130910.9700.300.49161.4394.0326.27
Hex4825B6101E31a15e1a
Octal42021331410366124113632
Binary100100000101011011110000101111011000110100001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04825B; }

 p { color: rgb(4,130,91); }

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

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

 a { background-color: rgb(4,130,91); }

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

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

 span { border-color: rgb(4,130,91); }

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