Html Css Color HEX #4C962B La Palma

📋 copy color: '#4C962B'

red 76 ◦ green 150 ◦ blue 43

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

Shades of La Palma #4C962B

Tints of La Palma #4C962B

RGB

 RED value IS 76 (30.08% from 255) = 28.25%

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 28.25%
G = 55.76%
B = 15.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#4C962B (or 0x4C962B) is known color: La Palma. HEX triplet: 4C, 96 and 2B. RGB value is (76,150,43). Sum of RGB (Red+Green+Blue) = 76+150+43=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #4C962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C962B is #B369D4. Grayscale: #747474. Windows color (decimal): -11758037 or 2856524. OLE color: 2856524.

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

Color convert

RGB 76 150 43 -
CMYK 0.49 0 0.71 0.41
HSL 101.5º 0.55% 0.38% -
HSV(B) 101.5º 0.71% 0.59% -
XYZ 14.32 23.52 6.07 -
YUV 115.68 86.98 99.7 -
System Red Green Blue C M Y K H S L
Decimal 76 150 43 0.49 0 0.71 0.41 101.5 0.55 0.38
Hex 4C 96 2B 31 0 47 29 65 37 26
Octal 114 226 53 61 0 107 51 145 67 46
Binary 1001100 10010110 101011 110001 0 1000111 101001 1100101 110111 100110

Color Harmonies of #4C962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C962B

Black with #4C962B

Text Example


Text Example

White with #4C962B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,150,43); }

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

background-color css

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

 a { background-color: rgb(76,150,43); }

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

border-color css

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

 span { border-color: rgb(76,150,43); }

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