#009548

Color #009548 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #009548

Tints of Pigment Green #009548

Color information

#009548 (or 0x009548) is unknown color: approx Pigment Green. HEX triplet: 00, 95 and 48. RGB value is (0,149,72). Sum of RGB (Red+Green+Blue) = 0+149+72=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 149 (58.59% from 255 or 67.42% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 149 - color contains mainly: green. Hex color #009548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009548 is #FF6AB7. Grayscale: #5F5F5F. Windows color (decimal): -16739000 or 4756736. OLE color: 4756736.

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

Color convert

RGB014972-
CMYK100.520.42
HSL148.99º100%29.22%-
HSV(B)148.99º100%58.43%-
XYZ11.9221.969.74-
YUV95.67114.6459.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 67.42%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=0%
G=67.42%
B=32.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014972100.520.42148.9910029.22
Hex09548640342A95641d
Octal02251101440645222514435
Binary01001010110010001100100011010010101010010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009548; }

 p { color: rgb(0,149,72); }

 H1.HeaderClassName
 {
   color: #009548;
 }
 .AnyTagClassName
 {
   color: #009548;
 }
</style>
background-color css

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

 a { background-color: rgb(0,149,72); }

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

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

 span { border-color: rgb(0,149,72); }

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