Html Css Color HEX #4C921A La Palma

📋 copy color: '#4C921A'

red 76 ◦ green 146 ◦ blue 26

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

Shades of La Palma #4C921A

Tints of La Palma #4C921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.87%

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 30.65%
G = 58.87%
B = 10.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#4C921A (or 0x4C921A) is known color: La Palma. HEX triplet: 4C, 92 and 1A. RGB value is (76,146,26). Sum of RGB (Red+Green+Blue) = 76+146+26=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #4C921A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C921A is #B36DE5. Grayscale: #6F6F6F. Windows color (decimal): -11759078 or 1741388. OLE color: 1741388.

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

Color convert

RGB 76 146 26 -
CMYK 0.48 0 0.82 0.43
HSL 95º 0.7% 0.34% -
HSV(B) 95º 0.82% 0.57% -
XYZ 13.45 22.17 4.55 -
YUV 111.39 79.81 102.76 -
System Red Green Blue C M Y K H S L
Decimal 76 146 26 0.48 0 0.82 0.43 95 0.7 0.34
Hex 4C 92 1A 30 0 52 2B 5F 46 22
Octal 114 222 32 60 0 122 53 137 106 42
Binary 1001100 10010010 11010 110000 0 1010010 101011 1011111 1000110 100010

Color Harmonies of #4C921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C921A

Black with #4C921A

Text Example


Text Example

White with #4C921A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,146,26); }

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

background-color css

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

 a { background-color: rgb(76,146,26); }

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

border-color css

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

 span { border-color: rgb(76,146,26); }

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