Html Css Color HEX #4A9527 La Palma

📋 copy color: '#4A9527'

red 74 ◦ green 149 ◦ blue 39

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

Shades of La Palma #4A9527

Tints of La Palma #4A9527

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.87%

 BLUE value IS 39 (15.63% from 255) = 14.89%

R = 28.24%
G = 56.87%
B = 14.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#4A9527 (or 0x4A9527) is known color: La Palma. HEX triplet: 4A, 95 and 27. RGB value is (74,149,39). Sum of RGB (Red+Green+Blue) = 74+149+39=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9527 is #B56AD8. Grayscale: #727272. Windows color (decimal): -11889369 or 2594122. OLE color: 2594122.

HSL color Cylindrical-coordinate representation of color #4A9527: hue angle of 100.91º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A9527 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 149 39 -
CMYK 0.50 0 0.74 0.42
HSL 100.91º 0.59% 0.37% -
HSV(B) 100.91º 0.74% 0.58% -
XYZ 13.94 23.1 5.64 -
YUV 114.04 85.65 99.44 -
System Red Green Blue C M Y K H S L
Decimal 74 149 39 0.50 0 0.74 0.42 100.91 0.59 0.37
Hex 4A 95 27 32 0 4A 2A 65 3B 25
Octal 112 225 47 62 0 112 52 145 73 45
Binary 1001010 10010101 100111 110010 0 1001010 101010 1100101 111011 100101

Color Harmonies of #4A9527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9527

Black with #4A9527

Text Example


Text Example

White with #4A9527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,149,39); }

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

background-color css

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

 a { background-color: rgb(74,149,39); }

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

border-color css

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

 span { border-color: rgb(74,149,39); }

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