#04826A

Color #04826A Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #04826A

Tints of Pine Green #04826A

Color information

#04826A (or 0x04826A) is unknown color: approx Pine Green. HEX triplet: 04, 82 and 6A. RGB value is (4,130,106). Sum of RGB (Red+Green+Blue) = 4+130+106=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #04826A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04826A is #FB7D95. Grayscale: #595959. Windows color (decimal): -16481686 or 6980100. OLE color: 6980100.

HSL color Cylindrical-coordinate representation of color #04826A: hue angle of 168.57º 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 #04826A is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB4130106-
CMYK0.9700.180.49
HSL168.57º94.03%26.27%-
HSV(B)168.57º96.92%50.98%-
XYZ10.6317.0316.36-
YUV89.59137.2666.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 130 (51.17% from 255) = 54.17%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=1.67%
G=54.17%
B=44.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41301060.9700.180.49168.5794.0326.27
Hex4826A6101231a95e1a
Octal42021521410226125113632
Binary100100000101101010110000101001011000110101001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04826A; }

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

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

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

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

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

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

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

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