Html Css Color HEX #049951 Pigment Green

📋 copy color: '#049951'

red 4 ◦ green 153 ◦ blue 81

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

Shades of Pigment Green #049951

Tints of Pigment Green #049951

RGB

 RED value IS 4 (1.95% from 255) = 1.68%

 GREEN value IS 153 (60.16% from 255) = 64.29%

 BLUE value IS 81 (32.03% from 255) = 34.03%

R = 1.68%
G = 64.29%
B = 34.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#049951 (or 0x049951) is known color: Pigment Green. HEX triplet: 04, 99 and 51. RGB value is (4,153,81). Sum of RGB (Red+Green+Blue) = 4+153+81=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #049951 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049951 is #FB66AE. Grayscale: #646464. Windows color (decimal): -16475823 or 5347588. OLE color: 5347588.

HSL color Cylindrical-coordinate representation of color #049951: hue angle of 151.01º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049951 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 153 81 -
CMYK 0.97 0 0.47 0.4
HSL 151.01º 0.95% 0.31% -
HSV(B) 151.01º 0.97% 0.6% -
XYZ 12.93 23.4 11.62 -
YUV 100.24 117.14 59.35 -
System Red Green Blue C M Y K H S L
Decimal 4 153 81 0.97 0 0.47 0.4 151.01 0.95 0.31
Hex 4 99 51 61 0 2F 28 97 5F 1F
Octal 4 231 121 141 0 57 50 227 137 37
Binary 100 10011001 1010001 1100001 0 101111 101000 10010111 1011111 11111

Color Harmonies of #049951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049951

Black with #049951

Text Example


Text Example

White with #049951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049951; }

 p { color: rgb(4,153,81); }

 H1.HeaderClassName
 {
   color: #049951;
 }
 .AnyTagClassName
 {
   color: #049951;
 }
</style>

background-color css

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

 a { background-color: rgb(4,153,81); }

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

border-color css

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

 span { border-color: rgb(4,153,81); }

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