Html Css Color HEX #019552 Pigment Green

📋 copy color: '#019552'

red 1 ◦ green 149 ◦ blue 82

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

Shades of Pigment Green #019552

Tints of Pigment Green #019552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.34%

R = 0.43%
G = 64.22%
B = 35.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#019552 (or 0x019552) is known color: Pigment Green. HEX triplet: 01, 95 and 52. RGB value is (1,149,82). Sum of RGB (Red+Green+Blue) = 1+149+82=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 149 (58.59% from 255 or 64.22% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 149 - color contains mainly: green. Hex color #019552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019552 is #FE6AAD. Grayscale: #616161. Windows color (decimal): -16673454 or 5412097. OLE color: 5412097.

HSL color Cylindrical-coordinate representation of color #019552: hue angle of 152.84º 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 #019552 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 149 82 -
CMYK 0.99 0 0.45 0.42
HSL 152.84º 0.99% 0.29% -
HSV(B) 152.84º 0.99% 0.58% -
XYZ 12.28 22.11 11.6 -
YUV 97.11 119.47 59.45 -
System Red Green Blue C M Y K H S L
Decimal 1 149 82 0.99 0 0.45 0.42 152.84 0.99 0.29
Hex 1 95 52 63 0 2D 2A 99 63 1D
Octal 1 225 122 143 0 55 52 231 143 35
Binary 1 10010101 1010010 1100011 0 101101 101010 10011001 1100011 11101

Color Harmonies of #019552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019552

Black with #019552

Text Example


Text Example

White with #019552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019552; }

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

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

background-color css

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

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

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

border-color css

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

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

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