Html Css Color HEX #4F982D La Palma

📋 copy color: '#4F982D'

red 79 ◦ green 152 ◦ blue 45

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

Shades of La Palma #4F982D

Tints of La Palma #4F982D

RGB

 RED value IS 79 (31.25% from 255) = 28.62%

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

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

R = 28.62%
G = 55.07%
B = 16.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#4F982D (or 0x4F982D) is known color: La Palma. HEX triplet: 4F, 98 and 2D. RGB value is (79,152,45). Sum of RGB (Red+Green+Blue) = 79+152+45=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #4F982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F982D is #B067D2. Grayscale: #767676. Windows color (decimal): -11560915 or 2988111. OLE color: 2988111.

HSL color Cylindrical-coordinate representation of color #4F982D: hue angle of 100.93º 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 #4F982D is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 79 152 45 -
CMYK 0.48 0 0.70 0.40
HSL 100.93º 0.54% 0.39% -
HSV(B) 100.93º 0.7% 0.6% -
XYZ 14.93 24.31 6.39 -
YUV 117.98 86.82 100.2 -
System Red Green Blue C M Y K H S L
Decimal 79 152 45 0.48 0 0.70 0.40 100.93 0.54 0.39
Hex 4F 98 2D 30 0 46 28 65 36 27
Octal 117 230 55 60 0 106 50 145 66 47
Binary 1001111 10011000 101101 110000 0 1000110 101000 1100101 110110 100111

Color Harmonies of #4F982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F982D

Black with #4F982D

Text Example


Text Example

White with #4F982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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