Html Css Color HEX #4B953F La Palma

📋 copy color: '#4B953F'

red 75 ◦ green 149 ◦ blue 63

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

Shades of La Palma #4B953F

Tints of La Palma #4B953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.92%

 BLUE value IS 63 (25% from 255) = 21.95%

R = 26.13%
G = 51.92%
B = 21.95%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#4B953F (or 0x4B953F) is known color: La Palma. HEX triplet: 4B, 95 and 3F. RGB value is (75,149,63). Sum of RGB (Red+Green+Blue) = 75+149+63=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #4B953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B953F is #B46AC0. Grayscale: #757575. Windows color (decimal): -11823809 or 4166987. OLE color: 4166987.

HSL color Cylindrical-coordinate representation of color #4B953F: hue angle of 111.63º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B953F is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 149 63 -
CMYK 0.50 0 0.58 0.42
HSL 111.63º 0.41% 0.42% -
HSV(B) 111.63º 0.58% 0.58% -
XYZ 14.55 23.35 8.44 -
YUV 117.07 97.48 97.99 -
System Red Green Blue C M Y K H S L
Decimal 75 149 63 0.50 0 0.58 0.42 111.63 0.41 0.42
Hex 4B 95 3F 32 0 3A 2A 70 29 2A
Octal 113 225 77 62 0 72 52 160 51 52
Binary 1001011 10010101 111111 110010 0 111010 101010 1110000 101001 101010

Color Harmonies of #4B953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B953F

Black with #4B953F

Text Example


Text Example

White with #4B953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,149,63); }

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

background-color css

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

 a { background-color: rgb(75,149,63); }

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

border-color css

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

 span { border-color: rgb(75,149,63); }

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