#04826B

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

Shades of Pine Green #04826B

Tints of Pine Green #04826B

Color information

#04826B (or 0x04826B) is unknown color: approx Pine Green. HEX triplet: 04, 82 and 6B. RGB value is (4,130,107). Sum of RGB (Red+Green+Blue) = 4+130+107=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #04826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04826B is #FB7D94. Grayscale: #595959. Windows color (decimal): -16481685 or 7045636. OLE color: 7045636.

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

Color convert

RGB4130107-
CMYK0.9700.180.49
HSL169.05º94.03%26.27%-
HSV(B)169.05º96.92%50.98%-
XYZ10.6917.0516.64-
YUV89.7137.7666.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.66%
GREEN value IS 130 (51.17% from 255) = 53.94%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=1.66%
G=53.94%
B=44.40%

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
Decimal41301070.9700.180.49169.0594.0326.27
Hex4826B6101231a95e1a
Octal42021531410226125113632
Binary100100000101101011110000101001011000110101001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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