Html Css Color HEX #4A913C La Palma

📋 copy color: '#4A913C'

red 74 ◦ green 145 ◦ blue 60

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

Shades of La Palma #4A913C

Tints of La Palma #4A913C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.97%

 BLUE value IS 60 (23.83% from 255) = 21.51%

R = 26.52%
G = 51.97%
B = 21.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#4A913C (or 0x4A913C) is known color: La Palma. HEX triplet: 4A, 91 and 3C. RGB value is (74,145,60). Sum of RGB (Red+Green+Blue) = 74+145+60=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #4A913C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A913C is #B56EC3. Grayscale: #727272. Windows color (decimal): -11890372 or 3969354. OLE color: 3969354.

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

Color convert

RGB 74 145 60 -
CMYK 0.49 0 0.59 0.43
HSL 110.12º 0.41% 0.4% -
HSV(B) 110.12º 0.59% 0.57% -
XYZ 13.77 22.03 7.8 -
YUV 114.08 97.48 99.41 -
System Red Green Blue C M Y K H S L
Decimal 74 145 60 0.49 0 0.59 0.43 110.12 0.41 0.4
Hex 4A 91 3C 31 0 3B 2B 6E 29 28
Octal 112 221 74 61 0 73 53 156 51 50
Binary 1001010 10010001 111100 110001 0 111011 101011 1101110 101001 101000

Color Harmonies of #4A913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A913C

Black with #4A913C

Text Example


Text Example

White with #4A913C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,145,60); }

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

background-color css

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

 a { background-color: rgb(74,145,60); }

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

border-color css

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

 span { border-color: rgb(74,145,60); }

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