Html Css Color HEX #4C8518 La Palma

📋 copy color: '#4C8518'

red 76 ◦ green 133 ◦ blue 24

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

Shades of La Palma #4C8518

Tints of La Palma #4C8518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.08%

 BLUE value IS 24 (9.77% from 255) = 10.3%

R = 32.62%
G = 57.08%
B = 10.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#4C8518 (or 0x4C8518) is known color: La Palma. HEX triplet: 4C, 85 and 18. RGB value is (76,133,24). Sum of RGB (Red+Green+Blue) = 76+133+24=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8518 is #B37AE7. Grayscale: #676767. Windows color (decimal): -11762408 or 1606988. OLE color: 1606988.

HSL color Cylindrical-coordinate representation of color #4C8518: hue angle of 91.38º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C8518 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 76 133 24 -
CMYK 0.43 0 0.82 0.48
HSL 91.38º 0.69% 0.31% -
HSV(B) 91.38º 0.82% 0.52% -
XYZ 11.53 18.38 3.8 -
YUV 103.53 83.12 108.36 -
System Red Green Blue C M Y K H S L
Decimal 76 133 24 0.43 0 0.82 0.48 91.38 0.69 0.31
Hex 4C 85 18 2B 0 52 30 5B 45 1F
Octal 114 205 30 53 0 122 60 133 105 37
Binary 1001100 10000101 11000 101011 0 1010010 110000 1011011 1000101 11111

Color Harmonies of #4C8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8518

Black with #4C8518

Text Example


Text Example

White with #4C8518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,133,24); }

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

background-color css

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

 a { background-color: rgb(76,133,24); }

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

border-color css

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

 span { border-color: rgb(76,133,24); }

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