Html Css Color HEX #4C822B La Palma

📋 copy color: '#4C822B'

red 76 ◦ green 130 ◦ blue 43

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

Shades of La Palma #4C822B

Tints of La Palma #4C822B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 30.52%
G = 52.21%
B = 17.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#4C822B (or 0x4C822B) is known color: La Palma. HEX triplet: 4C, 82 and 2B. RGB value is (76,130,43). Sum of RGB (Red+Green+Blue) = 76+130+43=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #4C822B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C822B is #B37DD4. Grayscale: #686868. Windows color (decimal): -11763157 or 2851404. OLE color: 2851404.

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

Color convert

RGB 76 130 43 -
CMYK 0.42 0 0.67 0.49
HSL 97.24º 0.5% 0.34% -
HSV(B) 97.24º 0.67% 0.51% -
XYZ 11.4 17.68 5.1 -
YUV 103.94 93.61 108.07 -
System Red Green Blue C M Y K H S L
Decimal 76 130 43 0.42 0 0.67 0.49 97.24 0.5 0.34
Hex 4C 82 2B 2A 0 43 31 61 32 22
Octal 114 202 53 52 0 103 61 141 62 42
Binary 1001100 10000010 101011 101010 0 1000011 110001 1100001 110010 100010

Color Harmonies of #4C822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C822B

Black with #4C822B

Text Example


Text Example

White with #4C822B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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