Html Css Color HEX #4A9232 La Palma

📋 copy color: '#4A9232'

red 74 ◦ green 146 ◦ blue 50

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

Shades of La Palma #4A9232

Tints of La Palma #4A9232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.07%

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

R = 27.41%
G = 54.07%
B = 18.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#4A9232 (or 0x4A9232) is known color: La Palma. HEX triplet: 4A, 92 and 32. RGB value is (74,146,50). Sum of RGB (Red+Green+Blue) = 74+146+50=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #4A9232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9232 is #B56DCD. Grayscale: #717171. Windows color (decimal): -11890126 or 3314250. OLE color: 3314250.

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

Color convert

RGB 74 146 50 -
CMYK 0.49 0 0.66 0.43
HSL 105º 0.49% 0.38% -
HSV(B) 105º 0.66% 0.57% -
XYZ 13.68 22.24 6.59 -
YUV 113.53 92.15 99.81 -
System Red Green Blue C M Y K H S L
Decimal 74 146 50 0.49 0 0.66 0.43 105 0.49 0.38
Hex 4A 92 32 31 0 42 2B 69 31 26
Octal 112 222 62 61 0 102 53 151 61 46
Binary 1001010 10010010 110010 110001 0 1000010 101011 1101001 110001 100110

Color Harmonies of #4A9232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9232

Black with #4A9232

Text Example


Text Example

White with #4A9232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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