Html Css Color HEX #11964B Pigment Green

📋 copy color: '#11964B'

red 17 ◦ green 150 ◦ blue 75

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

Shades of Pigment Green #11964B

Tints of Pigment Green #11964B

RGB

 RED value IS 17 (7.03% from 255) = 7.02%

 GREEN value IS 150 (58.98% from 255) = 61.98%

 BLUE value IS 75 (29.69% from 255) = 30.99%

R = 7.02%
G = 61.98%
B = 30.99%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#11964B (or 0x11964B) is known color: Pigment Green. HEX triplet: 11, 96 and 4B. RGB value is (17,150,75). Sum of RGB (Red+Green+Blue) = 17+150+75=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #11964B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11964B is #EE69B4. Grayscale: #656565. Windows color (decimal): -15624629 or 4953617. OLE color: 4953617.

HSL color Cylindrical-coordinate representation of color #11964B: hue angle of 146.17º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11964B is Cyan = 0.89, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 150 75 -
CMYK 0.89 0 0.5 0.41
HSL 146.17º 0.8% 0.33% -
HSV(B) 146.17º 0.89% 0.59% -
XYZ 12.41 22.44 10.33 -
YUV 101.68 112.94 67.6 -
System Red Green Blue C M Y K H S L
Decimal 17 150 75 0.89 0 0.5 0.41 146.17 0.8 0.33
Hex 11 96 4B 59 0 32 29 92 50 21
Octal 21 226 113 131 0 62 51 222 120 41
Binary 10001 10010110 1001011 1011001 0 110010 101001 10010010 1010000 100001

Color Harmonies of #11964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11964B

Black with #11964B

Text Example


Text Example

White with #11964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11964B; }

 p { color: rgb(17,150,75); }

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

background-color css

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

 a { background-color: rgb(17,150,75); }

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

border-color css

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

 span { border-color: rgb(17,150,75); }

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