Html Css Color HEX #4C8521 La Palma

📋 copy color: '#4C8521'

red 76 ◦ green 133 ◦ blue 33

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

Shades of La Palma #4C8521

Tints of La Palma #4C8521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.64%

R = 31.4%
G = 54.96%
B = 13.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#4C8521 (or 0x4C8521) is known color: La Palma. HEX triplet: 4C, 85 and 21. RGB value is (76,133,33). Sum of RGB (Red+Green+Blue) = 76+133+33=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8521 is #B37ADE. Grayscale: #686868. Windows color (decimal): -11762399 or 2196812. OLE color: 2196812.

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

Color convert

RGB 76 133 33 -
CMYK 0.43 0 0.75 0.48
HSL 94.2º 0.6% 0.33% -
HSV(B) 94.2º 0.75% 0.52% -
XYZ 11.64 18.42 4.38 -
YUV 104.56 87.62 107.63 -
System Red Green Blue C M Y K H S L
Decimal 76 133 33 0.43 0 0.75 0.48 94.2 0.6 0.33
Hex 4C 85 21 2B 0 4B 30 5E 3C 21
Octal 114 205 41 53 0 113 60 136 74 41
Binary 1001100 10000101 100001 101011 0 1001011 110000 1011110 111100 100001

Color Harmonies of #4C8521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8521

Black with #4C8521

Text Example


Text Example

White with #4C8521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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