Html Css Color HEX #019C53 Pigment Green

📋 copy color: '#019C53'

red 1 ◦ green 156 ◦ blue 83

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

Shades of Pigment Green #019C53

Tints of Pigment Green #019C53

RGB

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

 GREEN value IS 156 (61.33% from 255) = 65%

 BLUE value IS 83 (32.81% from 255) = 34.58%

R = 0.42%
G = 65%
B = 34.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#019C53 (or 0x019C53) is known color: Pigment Green. HEX triplet: 01, 9C and 53. RGB value is (1,156,83). Sum of RGB (Red+Green+Blue) = 1+156+83=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 156 (61.33% from 255 or 65% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 156 - color contains mainly: green. Hex color #019C53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019C53 is #FE63AC. Grayscale: #656565. Windows color (decimal): -16671661 or 5479425. OLE color: 5479425.

HSL color Cylindrical-coordinate representation of color #019C53: hue angle of 151.74º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019C53 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 156 83 -
CMYK 0.99 0 0.47 0.39
HSL 151.74º 0.99% 0.31% -
HSV(B) 151.74º 0.99% 0.61% -
XYZ 13.46 24.41 12.19 -
YUV 101.33 117.65 56.44 -
System Red Green Blue C M Y K H S L
Decimal 1 156 83 0.99 0 0.47 0.39 151.74 0.99 0.31
Hex 1 9C 53 63 0 2F 27 98 63 1F
Octal 1 234 123 143 0 57 47 230 143 37
Binary 1 10011100 1010011 1100011 0 101111 100111 10011000 1100011 11111

Color Harmonies of #019C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019C53

Black with #019C53

Text Example


Text Example

White with #019C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019C53; }

 p { color: rgb(1,156,83); }

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

background-color css

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

 a { background-color: rgb(1,156,83); }

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

border-color css

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

 span { border-color: rgb(1,156,83); }

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