#009135

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

Shades of Pigment Green #009135

Tints of Pigment Green #009135

Color information

#009135 (or 0x009135) is unknown color: approx Pigment Green. HEX triplet: 00, 91 and 35. RGB value is (0,145,53). Sum of RGB (Red+Green+Blue) = 0+145+53=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 145 (57.03% from 255 or 73.23% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 145 - color contains mainly: green. Hex color #009135 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009135 is #FF6ECA. Grayscale: #5B5B5B. Windows color (decimal): -16740043 or 3510528. OLE color: 3510528.

HSL color Cylindrical-coordinate representation of color #009135: hue angle of 141.93º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009135 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB014553-
CMYK100.630.43
HSL141.93º100%28.43%-
HSV(B)141.93º100%56.86%-
XYZ10.7720.516.76-
YUV91.16106.4662.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 145 (57.03% from 255) = 73.23%
BLUE value IS 53 (21.09% from 255) = 26.77%
R=0%
G=73.23%
B=26.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal014553100.630.43141.9310028.43
Hex091356403F2B8e641c
Octal0221651440775321614434
Binary0100100011101011100100011111110101110001110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009135; }

 p { color: rgb(0,145,53); }

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

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

 a { background-color: rgb(0,145,53); }

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

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

 span { border-color: rgb(0,145,53); }

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