Html Css Color HEX #4C8A1C La Palma

📋 copy color: '#4C8A1C'

red 76 ◦ green 138 ◦ blue 28

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

Shades of La Palma #4C8A1C

Tints of La Palma #4C8A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 57.02%

 BLUE value IS 28 (11.33% from 255) = 11.57%

R = 31.4%
G = 57.02%
B = 11.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#4C8A1C (or 0x4C8A1C) is known color: La Palma. HEX triplet: 4C, 8A and 1C. RGB value is (76,138,28). Sum of RGB (Red+Green+Blue) = 76+138+28=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 138 (54.30% from 255 or 57.02% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 138 - color contains mainly: green. Hex color #4C8A1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8A1C is #B375E3. Grayscale: #6B6B6B. Windows color (decimal): -11761124 or 1870412. OLE color: 1870412.

HSL color Cylindrical-coordinate representation of color #4C8A1C: hue angle of 93.82º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C8A1C is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 76 138 28 -
CMYK 0.45 0 0.80 0.46
HSL 93.82º 0.66% 0.33% -
HSV(B) 93.82º 0.8% 0.54% -
XYZ 12.28 19.8 4.27 -
YUV 106.92 83.46 105.94 -
System Red Green Blue C M Y K H S L
Decimal 76 138 28 0.45 0 0.80 0.46 93.82 0.66 0.33
Hex 4C 8A 1C 2D 0 50 2E 5E 42 21
Octal 114 212 34 55 0 120 56 136 102 41
Binary 1001100 10001010 11100 101101 0 1010000 101110 1011110 1000010 100001

Color Harmonies of #4C8A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8A1C

Black with #4C8A1C

Text Example


Text Example

White with #4C8A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,138,28); }

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

background-color css

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

 a { background-color: rgb(76,138,28); }

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

border-color css

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

 span { border-color: rgb(76,138,28); }

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