Html Css Color HEX #4A8B2B La Palma

📋 copy color: '#4A8B2B'

red 74 ◦ green 139 ◦ blue 43

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

Shades of La Palma #4A8B2B

Tints of La Palma #4A8B2B

RGB

 RED value IS 74 (29.3% from 255) = 28.91%

 GREEN value IS 139 (54.69% from 255) = 54.3%

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

R = 28.91%
G = 54.3%
B = 16.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#4A8B2B (or 0x4A8B2B) is known color: La Palma. HEX triplet: 4A, 8B and 2B. RGB value is (74,139,43). Sum of RGB (Red+Green+Blue) = 74+139+43=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8B2B is #B574D4. Grayscale: #6C6C6C. Windows color (decimal): -11891925 or 2853706. OLE color: 2853706.

HSL color Cylindrical-coordinate representation of color #4A8B2B: hue angle of 100.62º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A8B2B is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 139 43 -
CMYK 0.47 0 0.69 0.45
HSL 100.63º 0.53% 0.36% -
HSV(B) 100.63º 0.69% 0.55% -
XYZ 12.49 20.1 5.51 -
YUV 108.62 90.97 103.31 -
System Red Green Blue C M Y K H S L
Decimal 74 139 43 0.47 0 0.69 0.45 100.63 0.53 0.36
Hex 4A 8B 2B 2F 0 45 2D 65 35 24
Octal 112 213 53 57 0 105 55 145 65 44
Binary 1001010 10001011 101011 101111 0 1000101 101101 1100101 110101 100100

Color Harmonies of #4A8B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8B2B

Black with #4A8B2B

Text Example


Text Example

White with #4A8B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,139,43); }

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

background-color css

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

 a { background-color: rgb(74,139,43); }

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

border-color css

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

 span { border-color: rgb(74,139,43); }

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