Html Css Color HEX #4B8132 La Palma

📋 copy color: '#4B8132'

red 75 ◦ green 129 ◦ blue 50

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

Shades of La Palma #4B8132

Tints of La Palma #4B8132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.69%

R = 29.53%
G = 50.79%
B = 19.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#4B8132 (or 0x4B8132) is known color: La Palma. HEX triplet: 4B, 81 and 32. RGB value is (75,129,50). Sum of RGB (Red+Green+Blue) = 75+129+50=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #4B8132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8132 is #B47ECD. Grayscale: #686868. Windows color (decimal): -11828942 or 3309899. OLE color: 3309899.

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

Color convert

RGB 75 129 50 -
CMYK 0.42 0 0.61 0.49
HSL 101.01º 0.44% 0.35% -
HSV(B) 101.01º 0.61% 0.51% -
XYZ 11.33 17.43 5.78 -
YUV 103.85 97.61 107.42 -
System Red Green Blue C M Y K H S L
Decimal 75 129 50 0.42 0 0.61 0.49 101.01 0.44 0.35
Hex 4B 81 32 2A 0 3D 31 65 2C 23
Octal 113 201 62 52 0 75 61 145 54 43
Binary 1001011 10000001 110010 101010 0 111101 110001 1100101 101100 100011

Color Harmonies of #4B8132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8132

Black with #4B8132

Text Example


Text Example

White with #4B8132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,129,50); }

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

background-color css

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

 a { background-color: rgb(75,129,50); }

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

border-color css

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

 span { border-color: rgb(75,129,50); }

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