Html Css Color HEX #4B822F La Palma

📋 copy color: '#4B822F'

red 75 ◦ green 130 ◦ blue 47

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

Shades of La Palma #4B822F

Tints of La Palma #4B822F

RGB

 RED value IS 75 (29.69% from 255) = 29.76%

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

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 29.76%
G = 51.59%
B = 18.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#4B822F (or 0x4B822F) is known color: La Palma. HEX triplet: 4B, 82 and 2F. RGB value is (75,130,47). Sum of RGB (Red+Green+Blue) = 75+130+47=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #4B822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B822F is #B47DD0. Grayscale: #686868. Windows color (decimal): -11828689 or 3113547. OLE color: 3113547.

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

Color convert

RGB 75 130 47 -
CMYK 0.42 0 0.64 0.49
HSL 99.76º 0.47% 0.35% -
HSV(B) 99.76º 0.64% 0.51% -
XYZ 11.4 17.67 5.5 -
YUV 104.09 95.78 107.25 -
System Red Green Blue C M Y K H S L
Decimal 75 130 47 0.42 0 0.64 0.49 99.76 0.47 0.35
Hex 4B 82 2F 2A 0 40 31 64 2F 23
Octal 113 202 57 52 0 100 61 144 57 43
Binary 1001011 10000010 101111 101010 0 1000000 110001 1100100 101111 100011

Color Harmonies of #4B822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B822F

Black with #4B822F

Text Example


Text Example

White with #4B822F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,130,47); }

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

background-color css

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

 a { background-color: rgb(75,130,47); }

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

border-color css

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

 span { border-color: rgb(75,130,47); }

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