Html Css Color HEX #049641 Pigment Green

📋 copy color: '#049641'

red 4 ◦ green 150 ◦ blue 65

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

Shades of Pigment Green #049641

Tints of Pigment Green #049641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 68.49%

 BLUE value IS 65 (25.78% from 255) = 29.68%

R = 1.83%
G = 68.49%
B = 29.68%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#049641 (or 0x049641) is known color: Pigment Green. HEX triplet: 04, 96 and 41. RGB value is (4,150,65). Sum of RGB (Red+Green+Blue) = 4+150+65=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 150 (58.98% from 255 or 68.49% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 150 - color contains mainly: green. Hex color #049641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049641 is #FB69BE. Grayscale: #606060. Windows color (decimal): -16476607 or 4298244. OLE color: 4298244.

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

Color convert

RGB 4 150 65 -
CMYK 0.97 0 0.57 0.41
HSL 145.07º 0.95% 0.3% -
HSV(B) 145.07º 0.97% 0.59% -
XYZ 11.91 22.22 8.66 -
YUV 96.66 110.13 61.91 -
System Red Green Blue C M Y K H S L
Decimal 4 150 65 0.97 0 0.57 0.41 145.07 0.95 0.3
Hex 4 96 41 61 0 39 29 91 5F 1E
Octal 4 226 101 141 0 71 51 221 137 36
Binary 100 10010110 1000001 1100001 0 111001 101001 10010001 1011111 11110

Color Harmonies of #049641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049641

Black with #049641

Text Example


Text Example

White with #049641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049641; }

 p { color: rgb(4,150,65); }

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

background-color css

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

 a { background-color: rgb(4,150,65); }

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

border-color css

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

 span { border-color: rgb(4,150,65); }

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