Html Css Color HEX #4A982D La Palma

📋 copy color: '#4A982D'

red 74 ◦ green 152 ◦ blue 45

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

Shades of La Palma #4A982D

Tints of La Palma #4A982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.09%

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 27.31%
G = 56.09%
B = 16.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#4A982D (or 0x4A982D) is known color: La Palma. HEX triplet: 4A, 98 and 2D. RGB value is (74,152,45). Sum of RGB (Red+Green+Blue) = 74+152+45=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #4A982D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A982D is #B567D2. Grayscale: #747474. Windows color (decimal): -11888595 or 2988106. OLE color: 2988106.

HSL color Cylindrical-coordinate representation of color #4A982D: hue angle of 103.74º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A982D is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 152 45 -
CMYK 0.51 0 0.70 0.40
HSL 103.74º 0.54% 0.39% -
HSV(B) 103.74º 0.7% 0.6% -
XYZ 14.53 24.1 6.37 -
YUV 116.48 87.66 97.7 -
System Red Green Blue C M Y K H S L
Decimal 74 152 45 0.51 0 0.70 0.40 103.74 0.54 0.39
Hex 4A 98 2D 33 0 46 28 68 36 27
Octal 112 230 55 63 0 106 50 150 66 47
Binary 1001010 10011000 101101 110011 0 1000110 101000 1101000 110110 100111

Color Harmonies of #4A982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A982D

Black with #4A982D

Text Example


Text Example

White with #4A982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,152,45); }

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

background-color css

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

 a { background-color: rgb(74,152,45); }

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

border-color css

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

 span { border-color: rgb(74,152,45); }

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