Html Css Color HEX #049530 Pigment Green

📋 copy color: '#049530'

red 4 ◦ green 149 ◦ blue 48

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

Shades of Pigment Green #049530

Tints of Pigment Green #049530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 74.13%

 BLUE value IS 48 (19.14% from 255) = 23.88%

R = 1.99%
G = 74.13%
B = 23.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#049530 (or 0x049530) is known color: Pigment Green. HEX triplet: 04, 95 and 30. RGB value is (4,149,48). Sum of RGB (Red+Green+Blue) = 4+149+48=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 149 (58.59% from 255 or 74.13% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 149 - color contains mainly: green. Hex color #049530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049530 is #FB6ACF. Grayscale: #5E5E5E. Windows color (decimal): -16476880 or 3183876. OLE color: 3183876.

HSL color Cylindrical-coordinate representation of color #049530: hue angle of 138.21º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049530 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 149 48 -
CMYK 0.97 0 0.68 0.42
HSL 138.21º 0.95% 0.3% -
HSV(B) 138.21º 0.97% 0.58% -
XYZ 11.33 21.73 6.39 -
YUV 94.13 101.96 63.71 -
System Red Green Blue C M Y K H S L
Decimal 4 149 48 0.97 0 0.68 0.42 138.21 0.95 0.3
Hex 4 95 30 61 0 44 2A 8A 5F 1E
Octal 4 225 60 141 0 104 52 212 137 36
Binary 100 10010101 110000 1100001 0 1000100 101010 10001010 1011111 11110

Color Harmonies of #049530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049530

Black with #049530

Text Example


Text Example

White with #049530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049530; }

 p { color: rgb(4,149,48); }

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

background-color css

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

 a { background-color: rgb(4,149,48); }

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

border-color css

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

 span { border-color: rgb(4,149,48); }

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