#009533

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

Shades of Pigment Green #009533

Tints of Pigment Green #009533

Color information

#009533 (or 0x009533) is unknown color: approx Pigment Green. HEX triplet: 00, 95 and 33. RGB value is (0,149,51). Sum of RGB (Red+Green+Blue) = 0+149+51=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 149 (58.59% from 255 or 74.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 149 - color contains mainly: green. Hex color #009533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009533 is #FF6ACC. Grayscale: #5D5D5D. Windows color (decimal): -16739021 or 3380480. OLE color: 3380480.

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

Color convert

RGB014951-
CMYK100.660.42
HSL140.54º100%29.22%-
HSV(B)140.54º100%58.43%-
XYZ11.3421.736.73-
YUV93.28104.1461.47-

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) = 74.5%
BLUE value IS 51 (20.31% from 255) = 25.5%
R=0%
G=74.5%
B=25.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014951100.660.42140.5410029.22
Hex09533640422A8d641d
Octal02256314401025221514435
Binary01001010111001111001000100001010101010001101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009533; }

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

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

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

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

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

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

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

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