Html Css Color HEX #099034 Pigment Green

📋 copy color: '#099034'

red 9 ◦ green 144 ◦ blue 52

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

Shades of Pigment Green #099034

Tints of Pigment Green #099034

RGB

 RED value IS 9 (3.91% from 255) = 4.39%

 GREEN value IS 144 (56.64% from 255) = 70.24%

 BLUE value IS 52 (20.7% from 255) = 25.37%

R = 4.39%
G = 70.24%
B = 25.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.44

RGB Variations

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

Color information

#099034 (or 0x099034) is known color: Pigment Green. HEX triplet: 09, 90 and 34. RGB value is (9,144,52). Sum of RGB (Red+Green+Blue) = 9+144+52=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 144 (56.64% from 255 or 70.24% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 144 - color contains mainly: green. Hex color #099034 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099034 is #F66FCB. Grayscale: #5D5D5D. Windows color (decimal): -16150476 or 3444745. OLE color: 3444745.

HSL color Cylindrical-coordinate representation of color #099034: hue angle of 139.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099034 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 144 52 -
CMYK 0.94 0 0.64 0.44
HSL 139.11º 0.88% 0.3% -
HSV(B) 139.11º 0.94% 0.56% -
XYZ 10.71 20.25 6.59 -
YUV 93.15 104.77 67.98 -
System Red Green Blue C M Y K H S L
Decimal 9 144 52 0.94 0 0.64 0.44 139.11 0.88 0.3
Hex 9 90 34 5E 0 40 2C 8B 58 1E
Octal 11 220 64 136 0 100 54 213 130 36
Binary 1001 10010000 110100 1011110 0 1000000 101100 10001011 1011000 11110

Color Harmonies of #099034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099034

Black with #099034

Text Example


Text Example

White with #099034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099034; }

 p { color: rgb(9,144,52); }

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

background-color css

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

 a { background-color: rgb(9,144,52); }

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

border-color css

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

 span { border-color: rgb(9,144,52); }

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