Html Css Color HEX #4A8434 La Palma

📋 copy color: '#4A8434'

red 74 ◦ green 132 ◦ blue 52

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

Shades of La Palma #4A8434

Tints of La Palma #4A8434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.16%

 BLUE value IS 52 (20.7% from 255) = 20.16%

R = 28.68%
G = 51.16%
B = 20.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#4A8434 (or 0x4A8434) is known color: La Palma. HEX triplet: 4A, 84 and 34. RGB value is (74,132,52). Sum of RGB (Red+Green+Blue) = 74+132+52=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8434 is #B57BCB. Grayscale: #696969. Windows color (decimal): -11893708 or 3441738. OLE color: 3441738.

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

Color convert

RGB 74 132 52 -
CMYK 0.44 0 0.61 0.48
HSL 103.5º 0.43% 0.36% -
HSV(B) 103.5º 0.61% 0.52% -
XYZ 11.7 18.21 6.15 -
YUV 105.54 97.78 105.5 -
System Red Green Blue C M Y K H S L
Decimal 74 132 52 0.44 0 0.61 0.48 103.5 0.43 0.36
Hex 4A 84 34 2C 0 3D 30 68 2B 24
Octal 112 204 64 54 0 75 60 150 53 44
Binary 1001010 10000100 110100 101100 0 111101 110000 1101000 101011 100100

Color Harmonies of #4A8434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8434

Black with #4A8434

Text Example


Text Example

White with #4A8434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,132,52); }

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

background-color css

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

 a { background-color: rgb(74,132,52); }

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

border-color css

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

 span { border-color: rgb(74,132,52); }

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