Html Css Color HEX #4C952E La Palma

📋 copy color: '#4C952E'

red 76 ◦ green 149 ◦ blue 46

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

Shades of La Palma #4C952E

Tints of La Palma #4C952E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.97%

R = 28.04%
G = 54.98%
B = 16.97%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#4C952E (or 0x4C952E) is known color: La Palma. HEX triplet: 4C, 95 and 2E. RGB value is (76,149,46). Sum of RGB (Red+Green+Blue) = 76+149+46=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #4C952E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C952E is #B36AD1. Grayscale: #737373. Windows color (decimal): -11758290 or 3052876. OLE color: 3052876.

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

Color convert

RGB 76 149 46 -
CMYK 0.49 0 0.69 0.42
HSL 102.52º 0.53% 0.38% -
HSV(B) 102.52º 0.69% 0.58% -
XYZ 14.22 23.23 6.32 -
YUV 115.43 88.82 99.88 -
System Red Green Blue C M Y K H S L
Decimal 76 149 46 0.49 0 0.69 0.42 102.52 0.53 0.38
Hex 4C 95 2E 31 0 45 2A 67 35 26
Octal 114 225 56 61 0 105 52 147 65 46
Binary 1001100 10010101 101110 110001 0 1000101 101010 1100111 110101 100110

Color Harmonies of #4C952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C952E

Black with #4C952E

Text Example


Text Example

White with #4C952E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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