Html Css Color HEX #4C8C2C La Palma

📋 copy color: '#4C8C2C'

red 76 ◦ green 140 ◦ blue 44

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

Shades of La Palma #4C8C2C

Tints of La Palma #4C8C2C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.85%

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

R = 29.23%
G = 53.85%
B = 16.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#4C8C2C (or 0x4C8C2C) is known color: La Palma. HEX triplet: 4C, 8C and 2C. RGB value is (76,140,44). Sum of RGB (Red+Green+Blue) = 76+140+44=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #4C8C2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8C2C is #B373D3. Grayscale: #6E6E6E. Windows color (decimal): -11760596 or 2919500. OLE color: 2919500.

HSL color Cylindrical-coordinate representation of color #4C8C2C: hue angle of 100º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C8C2C is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 140 44 -
CMYK 0.46 0 0.69 0.45
HSL 100º 0.52% 0.36% -
HSV(B) 100º 0.69% 0.55% -
XYZ 12.81 20.47 5.66 -
YUV 109.92 90.8 103.81 -
System Red Green Blue C M Y K H S L
Decimal 76 140 44 0.46 0 0.69 0.45 100 0.52 0.36
Hex 4C 8C 2C 2E 0 45 2D 64 34 24
Octal 114 214 54 56 0 105 55 144 64 44
Binary 1001100 10001100 101100 101110 0 1000101 101101 1100100 110100 100100

Color Harmonies of #4C8C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8C2C

Black with #4C8C2C

Text Example


Text Example

White with #4C8C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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