Html Css Color HEX #4C952C La Palma

📋 copy color: '#4C952C'

red 76 ◦ green 149 ◦ blue 44

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

Shades of La Palma #4C952C

Tints of La Palma #4C952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.39%

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 28.25%
G = 55.39%
B = 16.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#4C952C (or 0x4C952C) is known color: La Palma. HEX triplet: 4C, 95 and 2C. RGB value is (76,149,44). Sum of RGB (Red+Green+Blue) = 76+149+44=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #4C952C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C952C is #B36AD3. Grayscale: #737373. Windows color (decimal): -11758292 or 2921804. OLE color: 2921804.

HSL color Cylindrical-coordinate representation of color #4C952C: hue angle of 101.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C952C is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 149 44 -
CMYK 0.49 0 0.70 0.42
HSL 101.71º 0.54% 0.38% -
HSV(B) 101.71º 0.7% 0.58% -
XYZ 14.18 23.21 6.12 -
YUV 115.2 87.82 100.04 -
System Red Green Blue C M Y K H S L
Decimal 76 149 44 0.49 0 0.70 0.42 101.71 0.54 0.38
Hex 4C 95 2C 31 0 46 2A 66 36 26
Octal 114 225 54 61 0 106 52 146 66 46
Binary 1001100 10010101 101100 110001 0 1000110 101010 1100110 110110 100110

Color Harmonies of #4C952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C952C

Black with #4C952C

Text Example


Text Example

White with #4C952C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,149,44); }

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

background-color css

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

 a { background-color: rgb(76,149,44); }

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

border-color css

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

 span { border-color: rgb(76,149,44); }

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