Html Css Color HEX #4F8130 La Palma

📋 copy color: '#4F8130'

red 79 ◦ green 129 ◦ blue 48

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

Shades of La Palma #4F8130

Tints of La Palma #4F8130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.39%

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

R = 30.86%
G = 50.39%
B = 18.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#4F8130 (or 0x4F8130) is known color: La Palma. HEX triplet: 4F, 81 and 30. RGB value is (79,129,48). Sum of RGB (Red+Green+Blue) = 79+129+48=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #4F8130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8130 is #B07ECF. Grayscale: #696969. Windows color (decimal): -11566800 or 3178831. OLE color: 3178831.

HSL color Cylindrical-coordinate representation of color #4F8130: hue angle of 97.04º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F8130 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 79 129 48 -
CMYK 0.39 0 0.63 0.49
HSL 97.04º 0.46% 0.35% -
HSV(B) 97.04º 0.63% 0.51% -
XYZ 11.61 17.58 5.58 -
YUV 104.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 79 129 48 0.39 0 0.63 0.49 97.04 0.46 0.35
Hex 4F 81 30 27 0 3F 31 61 2E 23
Octal 117 201 60 47 0 77 61 141 56 43
Binary 1001111 10000001 110000 100111 0 111111 110001 1100001 101110 100011

Color Harmonies of #4F8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8130

Black with #4F8130

Text Example


Text Example

White with #4F8130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,129,48); }

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

background-color css

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

 a { background-color: rgb(79,129,48); }

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

border-color css

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

 span { border-color: rgb(79,129,48); }

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