Html Css Color HEX #019546 Pigment Green

📋 copy color: '#019546'

red 1 ◦ green 149 ◦ blue 70

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

Shades of Pigment Green #019546

Tints of Pigment Green #019546

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

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

 BLUE value IS 70 (27.73% from 255) = 31.82%

R = 0.45%
G = 67.73%
B = 31.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#019546 (or 0x019546) is known color: Pigment Green. HEX triplet: 01, 95 and 46. RGB value is (1,149,70). Sum of RGB (Red+Green+Blue) = 1+149+70=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #019546 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019546 is #FE6AB9. Grayscale: #5F5F5F. Windows color (decimal): -16673466 or 4625665. OLE color: 4625665.

HSL color Cylindrical-coordinate representation of color #019546: hue angle of 147.97º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019546 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 149 70 -
CMYK 0.99 0 0.53 0.42
HSL 147.97º 0.99% 0.29% -
HSV(B) 147.97º 0.99% 0.58% -
XYZ 11.87 21.94 9.4 -
YUV 95.74 113.47 60.42 -
System Red Green Blue C M Y K H S L
Decimal 1 149 70 0.99 0 0.53 0.42 147.97 0.99 0.29
Hex 1 95 46 63 0 35 2A 94 63 1D
Octal 1 225 106 143 0 65 52 224 143 35
Binary 1 10010101 1000110 1100011 0 110101 101010 10010100 1100011 11101

Color Harmonies of #019546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019546

Black with #019546

Text Example


Text Example

White with #019546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019546; }

 p { color: rgb(1,149,70); }

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

background-color css

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

 a { background-color: rgb(1,149,70); }

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

border-color css

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

 span { border-color: rgb(1,149,70); }

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