Html Css Color HEX #049138 Pigment Green

📋 copy color: '#049138'

red 4 ◦ green 145 ◦ blue 56

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

Shades of Pigment Green #049138

Tints of Pigment Green #049138

RGB

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

 GREEN value IS 145 (57.03% from 255) = 70.73%

 BLUE value IS 56 (22.27% from 255) = 27.32%

R = 1.95%
G = 70.73%
B = 27.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#049138 (or 0x049138) is known color: Pigment Green. HEX triplet: 04, 91 and 38. RGB value is (4,145,56). Sum of RGB (Red+Green+Blue) = 4+145+56=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 145 (57.03% from 255 or 70.73% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 145 - color contains mainly: green. Hex color #049138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049138 is #FB6EC7. Grayscale: #5C5C5C. Windows color (decimal): -16477896 or 3707140. OLE color: 3707140.

HSL color Cylindrical-coordinate representation of color #049138: hue angle of 142.13º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049138 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 145 56 -
CMYK 0.97 0 0.61 0.43
HSL 142.13º 0.95% 0.29% -
HSV(B) 142.13º 0.97% 0.57% -
XYZ 10.89 20.56 7.14 -
YUV 92.7 107.29 64.74 -
System Red Green Blue C M Y K H S L
Decimal 4 145 56 0.97 0 0.61 0.43 142.13 0.95 0.29
Hex 4 91 38 61 0 3D 2B 8E 5F 1D
Octal 4 221 70 141 0 75 53 216 137 35
Binary 100 10010001 111000 1100001 0 111101 101011 10001110 1011111 11101

Color Harmonies of #049138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049138

Black with #049138

Text Example


Text Example

White with #049138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049138; }

 p { color: rgb(4,145,56); }

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

background-color css

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

 a { background-color: rgb(4,145,56); }

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

border-color css

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

 span { border-color: rgb(4,145,56); }

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