Html Css Color HEX #4A9A28 La Palma

📋 copy color: '#4A9A28'

red 74 ◦ green 154 ◦ blue 40

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

Shades of La Palma #4A9A28

Tints of La Palma #4A9A28

RGB

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

 GREEN value IS 154 (60.55% from 255) = 57.46%

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

R = 27.61%
G = 57.46%
B = 14.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#4A9A28 (or 0x4A9A28) is known color: La Palma. HEX triplet: 4A, 9A and 28. RGB value is (74,154,40). Sum of RGB (Red+Green+Blue) = 74+154+40=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 154 (60.55% from 255 or 57.46% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9A28 is #B565D7. Grayscale: #757575. Windows color (decimal): -11888088 or 2660938. OLE color: 2660938.

HSL color Cylindrical-coordinate representation of color #4A9A28: hue angle of 102.11º 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 #4A9A28 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 154 40 -
CMYK 0.52 0 0.74 0.40
HSL 102.11º 0.59% 0.38% -
HSV(B) 102.11º 0.74% 0.6% -
XYZ 14.76 24.72 6 -
YUV 117.08 84.5 97.27 -
System Red Green Blue C M Y K H S L
Decimal 74 154 40 0.52 0 0.74 0.40 102.11 0.59 0.38
Hex 4A 9A 28 34 0 4A 28 66 3B 26
Octal 112 232 50 64 0 112 50 146 73 46
Binary 1001010 10011010 101000 110100 0 1001010 101000 1100110 111011 100110

Color Harmonies of #4A9A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9A28

Black with #4A9A28

Text Example


Text Example

White with #4A9A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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