Html Css Color HEX #4C821F La Palma

📋 copy color: '#4C821F'

red 76 ◦ green 130 ◦ blue 31

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

Shades of La Palma #4C821F

Tints of La Palma #4C821F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.85%

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 32.07%
G = 54.85%
B = 13.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#4C821F (or 0x4C821F) is known color: La Palma. HEX triplet: 4C, 82 and 1F. RGB value is (76,130,31). Sum of RGB (Red+Green+Blue) = 76+130+31=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #4C821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C821F is #B37DE0. Grayscale: #666666. Windows color (decimal): -11763169 or 2064972. OLE color: 2064972.

HSL color Cylindrical-coordinate representation of color #4C821F: hue angle of 92.73º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C821F is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 130 31 -
CMYK 0.42 0 0.76 0.49
HSL 92.73º 0.61% 0.32% -
HSV(B) 92.73º 0.76% 0.51% -
XYZ 11.21 17.6 4.1 -
YUV 102.57 87.61 109.05 -
System Red Green Blue C M Y K H S L
Decimal 76 130 31 0.42 0 0.76 0.49 92.73 0.61 0.32
Hex 4C 82 1F 2A 0 4C 31 5D 3D 20
Octal 114 202 37 52 0 114 61 135 75 40
Binary 1001100 10000010 11111 101010 0 1001100 110001 1011101 111101 100000

Color Harmonies of #4C821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C821F

Black with #4C821F

Text Example


Text Example

White with #4C821F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,130,31); }

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

background-color css

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

 a { background-color: rgb(76,130,31); }

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

border-color css

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

 span { border-color: rgb(76,130,31); }

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