Html Css Color HEX #049038 Pigment Green

📋 copy color: '#049038'

red 4 ◦ green 144 ◦ blue 56

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

Shades of Pigment Green #049038

Tints of Pigment Green #049038

RGB

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

 GREEN value IS 144 (56.64% from 255) = 70.59%

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

R = 1.96%
G = 70.59%
B = 27.45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#049038 (or 0x049038) is known color: Pigment Green. HEX triplet: 04, 90 and 38. RGB value is (4,144,56). Sum of RGB (Red+Green+Blue) = 4+144+56=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 144 (56.64% from 255 or 70.59% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 144 - color contains mainly: green. Hex color #049038 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049038 is #FB6FC7. Grayscale: #5C5C5C. Windows color (decimal): -16478152 or 3706884. OLE color: 3706884.

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

Color convert

RGB 4 144 56 -
CMYK 0.97 0 0.61 0.44
HSL 142.29º 0.95% 0.29% -
HSV(B) 142.29º 0.97% 0.56% -
XYZ 10.74 20.26 7.09 -
YUV 92.11 107.62 65.16 -
System Red Green Blue C M Y K H S L
Decimal 4 144 56 0.97 0 0.61 0.44 142.29 0.95 0.29
Hex 4 90 38 61 0 3D 2C 8E 5F 1D
Octal 4 220 70 141 0 75 54 216 137 35
Binary 100 10010000 111000 1100001 0 111101 101100 10001110 1011111 11101

Color Harmonies of #049038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049038

Black with #049038

Text Example


Text Example

White with #049038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049038; }

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

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

background-color css

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

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

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

border-color css

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

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

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