Html Css Color HEX #4B963C La Palma

📋 copy color: '#4B963C'

red 75 ◦ green 150 ◦ blue 60

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

Shades of La Palma #4B963C

Tints of La Palma #4B963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 26.32%
G = 52.63%
B = 21.05%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#4B963C (or 0x4B963C) is known color: La Palma. HEX triplet: 4B, 96 and 3C. RGB value is (75,150,60). Sum of RGB (Red+Green+Blue) = 75+150+60=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #4B963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B963C is #B469C3. Grayscale: #757575. Windows color (decimal): -11823556 or 3970635. OLE color: 3970635.

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

Color convert

RGB 75 150 60 -
CMYK 0.5 0 0.6 0.41
HSL 110º 0.43% 0.41% -
HSV(B) 110º 0.6% 0.59% -
XYZ 14.62 23.63 8.07 -
YUV 117.32 95.65 97.82 -
System Red Green Blue C M Y K H S L
Decimal 75 150 60 0.5 0 0.6 0.41 110 0.43 0.41
Hex 4B 96 3C 32 0 3C 29 6E 2B 29
Octal 113 226 74 62 0 74 51 156 53 51
Binary 1001011 10010110 111100 110010 0 111100 101001 1101110 101011 101001

Color Harmonies of #4B963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B963C

Black with #4B963C

Text Example


Text Example

White with #4B963C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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