#048462

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

Shades of Tropical Rain Forest #048462

Tints of Tropical Rain Forest #048462

Color information

#048462 (or 0x048462) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 84 and 62. RGB value is (4,132,98). Sum of RGB (Red+Green+Blue) = 4+132+98=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #048462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048462 is #FB7B9D. Grayscale: #595959. Windows color (decimal): -16481182 or 6456324. OLE color: 6456324.

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

Color convert

RGB413298-
CMYK0.9700.260.48
HSL164.06º94.12%26.67%-
HSV(B)164.06º96.97%51.76%-
XYZ10.5117.4114.36-
YUV89.85132.5966.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.71%
GREEN value IS 132 (51.95% from 255) = 56.41%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=1.71%
G=56.41%
B=41.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4132980.9700.260.48164.0694.1226.67
Hex484626101A30a45e1b
Octal42041421410326024413633
Binary100100001001100010110000101101011000010100100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048462; }

 p { color: rgb(4,132,98); }

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

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

 a { background-color: rgb(4,132,98); }

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

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

 span { border-color: rgb(4,132,98); }

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