#4B841C

Color #4B841C La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #4B841C

Tints of La Palma #4B841C

Color information

#4B841C (or 0x4B841C) is unknown color: approx La Palma. HEX triplet: 4B, 84 and 1C. RGB value is (75,132,28). Sum of RGB (Red+Green+Blue) = 75+132+28=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #4B841C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B841C is #B47BE3. Grayscale: #676767. Windows color (decimal): -11828196 or 1868875. OLE color: 1868875.

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

Color convert

RGB7513228-
CMYK0.4300.790.48
HSL92.88º65%31.37%-
HSV(B)92.88º78.79%51.76%-
XYZ11.3618.083.99-
YUV103.185.62107.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 132 (51.95% from 255) = 56.17%
BLUE value IS 28 (11.33% from 255) = 11.91%
R=31.91%
G=56.17%
B=11.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75132280.4300.790.4892.886531.37
Hex4B841C2B04F305d411f
Octal113204345301176013510137
Binary10010111000010011100101011010011111100001011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B841C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,132,28); }

 H1.HeaderClassName
 {
   color: #4B841C;
 }
 .AnyTagClassName
 {
   color: #4B841C;
 }
</style>
background-color css

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

 a { background-color: rgb(75,132,28); }

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

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

 span { border-color: rgb(75,132,28); }

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