Html Css Color HEX #4B962E La Palma

📋 copy color: '#4B962E'

red 75 ◦ green 150 ◦ blue 46

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

Shades of La Palma #4B962E

Tints of La Palma #4B962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.35%

 BLUE value IS 46 (18.36% from 255) = 16.97%

R = 27.68%
G = 55.35%
B = 16.97%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#4B962E (or 0x4B962E) is known color: La Palma. HEX triplet: 4B, 96 and 2E. RGB value is (75,150,46). Sum of RGB (Red+Green+Blue) = 75+150+46=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #4B962E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B962E is #B469D1. Grayscale: #747474. Windows color (decimal): -11823570 or 3053131. OLE color: 3053131.

HSL color Cylindrical-coordinate representation of color #4B962E: hue angle of 103.27º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B962E is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 75 150 46 -
CMYK 0.5 0 0.69 0.41
HSL 103.27º 0.53% 0.38% -
HSV(B) 103.27º 0.69% 0.59% -
XYZ 14.3 23.51 6.37 -
YUV 115.72 88.65 98.96 -
System Red Green Blue C M Y K H S L
Decimal 75 150 46 0.5 0 0.69 0.41 103.27 0.53 0.38
Hex 4B 96 2E 32 0 45 29 67 35 26
Octal 113 226 56 62 0 105 51 147 65 46
Binary 1001011 10010110 101110 110010 0 1000101 101001 1100111 110101 100110

Color Harmonies of #4B962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B962E

Black with #4B962E

Text Example


Text Example

White with #4B962E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,150,46); }

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

background-color css

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

 a { background-color: rgb(75,150,46); }

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

border-color css

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

 span { border-color: rgb(75,150,46); }

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