Html Css Color HEX #019632 Pigment Green

📋 copy color: '#019632'

red 1 ◦ green 150 ◦ blue 50

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

Shades of Pigment Green #019632

Tints of Pigment Green #019632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 0.5%
G = 74.63%
B = 24.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#019632 (or 0x019632) is known color: Pigment Green. HEX triplet: 01, 96 and 32. RGB value is (1,150,50). Sum of RGB (Red+Green+Blue) = 1+150+50=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 150 (58.98% from 255 or 74.63% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 150 - color contains mainly: green. Hex color #019632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019632 is #FE69CD. Grayscale: #5E5E5E. Windows color (decimal): -16673230 or 3315201. OLE color: 3315201.

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

Color convert

RGB 1 150 50 -
CMYK 0.99 0 0.67 0.41
HSL 139.73º 0.99% 0.3% -
HSV(B) 139.73º 0.99% 0.59% -
XYZ 11.49 22.05 6.67 -
YUV 94.05 103.14 61.63 -
System Red Green Blue C M Y K H S L
Decimal 1 150 50 0.99 0 0.67 0.41 139.73 0.99 0.3
Hex 1 96 32 63 0 43 29 8C 63 1E
Octal 1 226 62 143 0 103 51 214 143 36
Binary 1 10010110 110010 1100011 0 1000011 101001 10001100 1100011 11110

Color Harmonies of #019632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019632

Black with #019632

Text Example


Text Example

White with #019632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019632; }

 p { color: rgb(1,150,50); }

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

background-color css

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

 a { background-color: rgb(1,150,50); }

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

border-color css

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

 span { border-color: rgb(1,150,50); }

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