Html Css Color HEX #4CA132 La Palma

📋 copy color: '#4CA132'

red 76 ◦ green 161 ◦ blue 50

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

Shades of La Palma #4CA132

Tints of La Palma #4CA132

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.1%

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

R = 26.48%
G = 56.1%
B = 17.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#4CA132 (or 0x4CA132) is known color: La Palma. HEX triplet: 4C, A1 and 32. RGB value is (76,161,50). Sum of RGB (Red+Green+Blue) = 76+161+50=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA132 is #B35ECD. Grayscale: #7B7B7B. Windows color (decimal): -11755214 or 3318092. OLE color: 3318092.

HSL color Cylindrical-coordinate representation of color #4CA132: hue angle of 105.95º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CA132 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 76 161 50 -
CMYK 0.53 0 0.69 0.37
HSL 105.95º 0.53% 0.41% -
HSV(B) 105.95º 0.69% 0.63% -
XYZ 16.3 27.26 7.42 -
YUV 122.93 86.84 94.53 -
System Red Green Blue C M Y K H S L
Decimal 76 161 50 0.53 0 0.69 0.37 105.95 0.53 0.41
Hex 4C A1 32 35 0 45 25 6A 35 29
Octal 114 241 62 65 0 105 45 152 65 51
Binary 1001100 10100001 110010 110101 0 1000101 100101 1101010 110101 101001

Color Harmonies of #4CA132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA132

Black with #4CA132

Text Example


Text Example

White with #4CA132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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