Html Css Color HEX #4A9928 La Palma

📋 copy color: '#4A9928'

red 74 ◦ green 153 ◦ blue 40

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

Shades of La Palma #4A9928

Tints of La Palma #4A9928

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.3%

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 27.72%
G = 57.3%
B = 14.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#4A9928 (or 0x4A9928) is known color: La Palma. HEX triplet: 4A, 99 and 28. RGB value is (74,153,40). Sum of RGB (Red+Green+Blue) = 74+153+40=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #4A9928 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9928 is #B566D7. Grayscale: #747474. Windows color (decimal): -11888344 or 2660682. OLE color: 2660682.

HSL color Cylindrical-coordinate representation of color #4A9928: hue angle of 101.95º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A9928 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 153 40 -
CMYK 0.52 0 0.74 0.4
HSL 101.95º 0.59% 0.38% -
HSV(B) 101.95º 0.74% 0.6% -
XYZ 14.6 24.39 5.95 -
YUV 116.5 84.83 97.69 -
System Red Green Blue C M Y K H S L
Decimal 74 153 40 0.52 0 0.74 0.4 101.95 0.59 0.38
Hex 4A 99 28 34 0 4A 28 66 3B 26
Octal 112 231 50 64 0 112 50 146 73 46
Binary 1001010 10011001 101000 110100 0 1001010 101000 1100110 111011 100110

Color Harmonies of #4A9928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9928

Black with #4A9928

Text Example


Text Example

White with #4A9928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,153,40); }

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

background-color css

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

 a { background-color: rgb(74,153,40); }

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

border-color css

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

 span { border-color: rgb(74,153,40); }

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