Html Css Color HEX #4A8C2C La Palma

📋 copy color: '#4A8C2C'

red 74 ◦ green 140 ◦ blue 44

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

Shades of La Palma #4A8C2C

Tints of La Palma #4A8C2C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 54.26%

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 28.68%
G = 54.26%
B = 17.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#4A8C2C (or 0x4A8C2C) is known color: La Palma. HEX triplet: 4A, 8C and 2C. RGB value is (74,140,44). Sum of RGB (Red+Green+Blue) = 74+140+44=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8C2C is #B573D3. Grayscale: #6D6D6D. Windows color (decimal): -11891668 or 2919498. OLE color: 2919498.

HSL color Cylindrical-coordinate representation of color #4A8C2C: hue angle of 101.25º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A8C2C is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 140 44 -
CMYK 0.47 0 0.69 0.45
HSL 101.25º 0.52% 0.36% -
HSV(B) 101.25º 0.69% 0.55% -
XYZ 12.66 20.39 5.65 -
YUV 109.32 91.13 102.81 -
System Red Green Blue C M Y K H S L
Decimal 74 140 44 0.47 0 0.69 0.45 101.25 0.52 0.36
Hex 4A 8C 2C 2F 0 45 2D 65 34 24
Octal 112 214 54 57 0 105 55 145 64 44
Binary 1001010 10001100 101100 101111 0 1000101 101101 1100101 110100 100100

Color Harmonies of #4A8C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8C2C

Black with #4A8C2C

Text Example


Text Example

White with #4A8C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,140,44); }

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

background-color css

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

 a { background-color: rgb(74,140,44); }

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

border-color css

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

 span { border-color: rgb(74,140,44); }

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