Html Css Color HEX #4A8B32 La Palma

📋 copy color: '#4A8B32'

red 74 ◦ green 139 ◦ blue 50

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

Shades of La Palma #4A8B32

Tints of La Palma #4A8B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 28.14%
G = 52.85%
B = 19.01%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#4A8B32 (or 0x4A8B32) is known color: La Palma. HEX triplet: 4A, 8B and 32. RGB value is (74,139,50). Sum of RGB (Red+Green+Blue) = 74+139+50=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8B32 is #B574CD. Grayscale: #6D6D6D. Windows color (decimal): -11891918 or 3312458. OLE color: 3312458.

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

Color convert

RGB 74 139 50 -
CMYK 0.47 0 0.64 0.45
HSL 103.82º 0.47% 0.37% -
HSV(B) 103.82º 0.64% 0.55% -
XYZ 12.63 20.15 6.24 -
YUV 109.42 94.47 102.74 -
System Red Green Blue C M Y K H S L
Decimal 74 139 50 0.47 0 0.64 0.45 103.82 0.47 0.37
Hex 4A 8B 32 2F 0 40 2D 68 2F 25
Octal 112 213 62 57 0 100 55 150 57 45
Binary 1001010 10001011 110010 101111 0 1000000 101101 1101000 101111 100101

Color Harmonies of #4A8B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8B32

Black with #4A8B32

Text Example


Text Example

White with #4A8B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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