#4B9234

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

Shades of La Palma #4B9234

Tints of La Palma #4B9234

Color information

#4B9234 (or 0x4B9234) is unknown color: approx La Palma. HEX triplet: 4B, 92 and 34. RGB value is (75,146,52). Sum of RGB (Red+Green+Blue) = 75+146+52=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #4B9234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9234 is #B46DCB. Grayscale: #727272. Windows color (decimal): -11824588 or 3445323. OLE color: 3445323.

HSL color Cylindrical-coordinate representation of color #4B9234: hue angle of 105.32º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B9234 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB7514652-
CMYK0.4900.640.43
HSL105.32º47.47%38.82%-
HSV(B)105.32º64.38%57.25%-
XYZ13.822.36.83-
YUV114.0692.98100.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.47%
GREEN value IS 146 (57.42% from 255) = 53.48%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=27.47%
G=53.48%
B=19.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75146520.4900.640.43105.3247.4738.82
Hex4B9234310402B692f27
Octal11322264610100531515747
Binary100101110010010110100110001010000001010111101001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,146,52); }

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

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

 a { background-color: rgb(75,146,52); }

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

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

 span { border-color: rgb(75,146,52); }

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