Html Css Color HEX #4C9132 La Palma

📋 copy color: '#4C9132'

red 76 ◦ green 145 ◦ blue 50

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

Shades of La Palma #4C9132

Tints of La Palma #4C9132

RGB

 RED value IS 76 (30.08% from 255) = 28.04%

 GREEN value IS 145 (57.03% from 255) = 53.51%

 BLUE value IS 50 (19.92% from 255) = 18.45%

R = 28.04%
G = 53.51%
B = 18.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#4C9132 (or 0x4C9132) is known color: La Palma. HEX triplet: 4C, 91 and 32. RGB value is (76,145,50). Sum of RGB (Red+Green+Blue) = 76+145+50=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #4C9132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9132 is #B36ECD. Grayscale: #717171. Windows color (decimal): -11759310 or 3313996. OLE color: 3313996.

HSL color Cylindrical-coordinate representation of color #4C9132: hue angle of 103.58º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C9132 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 145 50 -
CMYK 0.48 0 0.66 0.43
HSL 103.58º 0.49% 0.38% -
HSV(B) 103.58º 0.66% 0.57% -
XYZ 13.68 22.02 6.55 -
YUV 113.54 92.14 101.22 -
System Red Green Blue C M Y K H S L
Decimal 76 145 50 0.48 0 0.66 0.43 103.58 0.49 0.38
Hex 4C 91 32 30 0 42 2B 68 31 26
Octal 114 221 62 60 0 102 53 150 61 46
Binary 1001100 10010001 110010 110000 0 1000010 101011 1101000 110001 100110

Color Harmonies of #4C9132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9132

Black with #4C9132

Text Example


Text Example

White with #4C9132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C9132; }

 p { color: rgb(76,145,50); }

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

background-color css

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

 a { background-color: rgb(76,145,50); }

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

border-color css

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

 span { border-color: rgb(76,145,50); }

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