#089538

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

Shades of Pigment Green #089538

Tints of Pigment Green #089538

Color information

#089538 (or 0x089538) is unknown color: approx Pigment Green. HEX triplet: 08, 95 and 38. RGB value is (8,149,56). Sum of RGB (Red+Green+Blue) = 8+149+56=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #089538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089538 is #F76AC7. Grayscale: #606060. Windows color (decimal): -16214728 or 3708168. OLE color: 3708168.

HSL color Cylindrical-coordinate representation of color #089538: hue angle of 140.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089538 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB814956-
CMYK0.9500.620.42
HSL140.43º89.81%30.78%-
HSV(B)140.43º94.63%58.43%-
XYZ11.5621.837.35-
YUV96.24105.2965.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 149 (58.59% from 255) = 69.95%
BLUE value IS 56 (22.27% from 255) = 26.29%
R=3.76%
G=69.95%
B=26.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8149560.9500.620.42140.4389.8130.78
Hex895385F03E2A8c5a1f
Octal10225701370765221413237
Binary1000100101011110001011111011111010101010001100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089538; }

 p { color: rgb(8,149,56); }

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

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

 a { background-color: rgb(8,149,56); }

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

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

 span { border-color: rgb(8,149,56); }

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