Html Css Color HEX #11963C Pigment Green

📋 copy color: '#11963C'

red 17 ◦ green 150 ◦ blue 60

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

Shades of Pigment Green #11963C

Tints of Pigment Green #11963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 7.49%
G = 66.08%
B = 26.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#11963C (or 0x11963C) is known color: Pigment Green. HEX triplet: 11, 96 and 3C. RGB value is (17,150,60). Sum of RGB (Red+Green+Blue) = 17+150+60=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #11963C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11963C is #EE69C3. Grayscale: #646464. Windows color (decimal): -15624644 or 3970577. OLE color: 3970577.

HSL color Cylindrical-coordinate representation of color #11963C: hue angle of 139.4º 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 #11963C is Cyan = 0.89, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 150 60 -
CMYK 0.89 0 0.6 0.41
HSL 139.4º 0.8% 0.33% -
HSV(B) 139.4º 0.89% 0.59% -
XYZ 11.95 22.26 7.94 -
YUV 99.97 105.44 68.82 -
System Red Green Blue C M Y K H S L
Decimal 17 150 60 0.89 0 0.6 0.41 139.4 0.8 0.33
Hex 11 96 3C 59 0 3C 29 8B 50 21
Octal 21 226 74 131 0 74 51 213 120 41
Binary 10001 10010110 111100 1011001 0 111100 101001 10001011 1010000 100001

Color Harmonies of #11963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11963C

Black with #11963C

Text Example


Text Example

White with #11963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11963C; }

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

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

background-color css

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

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

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

border-color css

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

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

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