Html Css Color HEX #04826B Pine Green

📋 copy color: '#04826B'

red 4 ◦ green 130 ◦ blue 107

#04826B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #04826B

Tints of Pine Green #04826B

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.4%

R = 1.66%
G = 53.94%
B = 44.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#04826B (or 0x04826B) is known color: 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

RGB 4 130 107 -
CMYK 0.97 0 0.18 0.49
HSL 169.05º 0.94% 0.26% -
HSV(B) 169.05º 0.97% 0.51% -
XYZ 10.69 17.05 16.64 -
YUV 89.7 137.76 66.87 -
System Red Green Blue C M Y K H S L
Decimal 4 130 107 0.97 0 0.18 0.49 169.05 0.94 0.26
Hex 4 82 6B 61 0 12 31 A9 5E 1A
Octal 4 202 153 141 0 22 61 251 136 32
Binary 100 10000010 1101011 1100001 0 10010 110001 10101001 1011110 11010

Color Harmonies of #04826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04826B

Black with #04826B

Text Example


Text Example

White with #04826B

Text Example


Text Example

HTML Codes & Css Web 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>