Html Css Color HEX #4A9330 La Palma

📋 copy color: '#4A9330'

red 74 ◦ green 147 ◦ blue 48

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

Shades of La Palma #4A9330

Tints of La Palma #4A9330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.65%

 BLUE value IS 48 (19.14% from 255) = 17.84%

R = 27.51%
G = 54.65%
B = 17.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#4A9330 (or 0x4A9330) is known color: La Palma. HEX triplet: 4A, 93 and 30. RGB value is (74,147,48). Sum of RGB (Red+Green+Blue) = 74+147+48=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #4A9330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9330 is #B56CCF. Grayscale: #727272. Windows color (decimal): -11889872 or 3183434. OLE color: 3183434.

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

Color convert

RGB 74 147 48 -
CMYK 0.50 0 0.67 0.42
HSL 104.24º 0.51% 0.38% -
HSV(B) 104.24º 0.67% 0.58% -
XYZ 13.79 22.54 6.42 -
YUV 113.89 90.82 99.55 -
System Red Green Blue C M Y K H S L
Decimal 74 147 48 0.50 0 0.67 0.42 104.24 0.51 0.38
Hex 4A 93 30 32 0 43 2A 68 33 26
Octal 112 223 60 62 0 103 52 150 63 46
Binary 1001010 10010011 110000 110010 0 1000011 101010 1101000 110011 100110

Color Harmonies of #4A9330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9330

Black with #4A9330

Text Example


Text Example

White with #4A9330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,147,48); }

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

background-color css

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

 a { background-color: rgb(74,147,48); }

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

border-color css

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

 span { border-color: rgb(74,147,48); }

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