Html Css Color HEX #4B9130 La Palma

📋 copy color: '#4B9130'

red 75 ◦ green 145 ◦ blue 48

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

Shades of La Palma #4B9130

Tints of La Palma #4B9130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.1%

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

R = 27.99%
G = 54.1%
B = 17.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#4B9130 (or 0x4B9130) is known color: La Palma. HEX triplet: 4B, 91 and 30. RGB value is (75,145,48). Sum of RGB (Red+Green+Blue) = 75+145+48=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #4B9130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9130 is #B46ECF. Grayscale: #717171. Windows color (decimal): -11824848 or 3182923. OLE color: 3182923.

HSL color Cylindrical-coordinate representation of color #4B9130: hue angle of 103.3º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B9130 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 145 48 -
CMYK 0.48 0 0.67 0.43
HSL 103.3º 0.5% 0.38% -
HSV(B) 103.3º 0.67% 0.57% -
XYZ 13.56 21.96 6.32 -
YUV 113.01 91.31 100.89 -
System Red Green Blue C M Y K H S L
Decimal 75 145 48 0.48 0 0.67 0.43 103.3 0.5 0.38
Hex 4B 91 30 30 0 43 2B 67 32 26
Octal 113 221 60 60 0 103 53 147 62 46
Binary 1001011 10010001 110000 110000 0 1000011 101011 1100111 110010 100110

Color Harmonies of #4B9130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9130

Black with #4B9130

Text Example


Text Example

White with #4B9130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,145,48); }

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

background-color css

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

 a { background-color: rgb(75,145,48); }

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

border-color css

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

 span { border-color: rgb(75,145,48); }

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