#04826E

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

Shades of Pine Green #04826E

Tints of Pine Green #04826E

Color information

#04826E (or 0x04826E) is unknown color: approx Pine Green. HEX triplet: 04, 82 and 6E. RGB value is (4,130,110). Sum of RGB (Red+Green+Blue) = 4+130+110=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #04826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04826E is #FB7D91. Grayscale: #5A5A5A. Windows color (decimal): -16481682 or 7242244. OLE color: 7242244.

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

Color convert

RGB4130110-
CMYK0.9700.150.49
HSL170.48º94.03%26.27%-
HSV(B)170.48º96.92%50.98%-
XYZ10.8517.1217.48-
YUV90.05139.2666.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.64%
GREEN value IS 130 (51.17% from 255) = 53.28%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=1.64%
G=53.28%
B=45.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41301100.9700.150.49170.4894.0326.27
Hex4826E610F31aa5e1a
Octal42021561410176125213632
Binary10010000010110111011000010111111000110101010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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