Html Css Color HEX #4A822A La Palma

📋 copy color: '#4A822A'

red 74 ◦ green 130 ◦ blue 42

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

Shades of La Palma #4A822A

Tints of La Palma #4A822A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.85%

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 30.08%
G = 52.85%
B = 17.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#4A822A (or 0x4A822A) is known color: La Palma. HEX triplet: 4A, 82 and 2A. RGB value is (74,130,42). Sum of RGB (Red+Green+Blue) = 74+130+42=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #4A822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A822A is #B57DD5. Grayscale: #676767. Windows color (decimal): -11894230 or 2785866. OLE color: 2785866.

HSL color Cylindrical-coordinate representation of color #4A822A: hue angle of 98.18º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A822A is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 130 42 -
CMYK 0.43 0 0.68 0.49
HSL 98.18º 0.51% 0.34% -
HSV(B) 98.18º 0.68% 0.51% -
XYZ 11.22 17.59 4.99 -
YUV 103.22 93.45 107.16 -
System Red Green Blue C M Y K H S L
Decimal 74 130 42 0.43 0 0.68 0.49 98.18 0.51 0.34
Hex 4A 82 2A 2B 0 44 31 62 33 22
Octal 112 202 52 53 0 104 61 142 63 42
Binary 1001010 10000010 101010 101011 0 1000100 110001 1100010 110011 100010

Color Harmonies of #4A822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A822A

Black with #4A822A

Text Example


Text Example

White with #4A822A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,130,42); }

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

background-color css

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

 a { background-color: rgb(74,130,42); }

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

border-color css

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

 span { border-color: rgb(74,130,42); }

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