Html Css Color HEX #019634 Pigment Green

📋 copy color: '#019634'

red 1 ◦ green 150 ◦ blue 52

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

Shades of Pigment Green #019634

Tints of Pigment Green #019634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.62%

R = 0.49%
G = 73.89%
B = 25.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#019634 (or 0x019634) is known color: Pigment Green. HEX triplet: 01, 96 and 34. RGB value is (1,150,52). Sum of RGB (Red+Green+Blue) = 1+150+52=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 150 (58.98% from 255 or 73.89% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 150 - color contains mainly: green. Hex color #019634 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019634 is #FE69CB. Grayscale: #5E5E5E. Windows color (decimal): -16673228 or 3446273. OLE color: 3446273.

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

Color convert

RGB 1 150 52 -
CMYK 0.99 0 0.65 0.41
HSL 140.54º 0.99% 0.3% -
HSV(B) 140.54º 0.99% 0.59% -
XYZ 11.54 22.07 6.9 -
YUV 94.28 104.14 61.47 -
System Red Green Blue C M Y K H S L
Decimal 1 150 52 0.99 0 0.65 0.41 140.54 0.99 0.3
Hex 1 96 34 63 0 41 29 8D 63 1E
Octal 1 226 64 143 0 101 51 215 143 36
Binary 1 10010110 110100 1100011 0 1000001 101001 10001101 1100011 11110

Color Harmonies of #019634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019634

Black with #019634

Text Example


Text Example

White with #019634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019634; }

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

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

background-color css

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

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

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

border-color css

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

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

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