Html Css Color HEX #4A961D La Palma

📋 copy color: '#4A961D'

red 74 ◦ green 150 ◦ blue 29

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

Shades of La Palma #4A961D

Tints of La Palma #4A961D

RGB

 RED value IS 74 (29.3% from 255) = 29.25%

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

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 29.25%
G = 59.29%
B = 11.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#4A961D (or 0x4A961D) is known color: La Palma. HEX triplet: 4A, 96 and 1D. RGB value is (74,150,29). Sum of RGB (Red+Green+Blue) = 74+150+29=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #4A961D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A961D is #B569E2. Grayscale: #717171. Windows color (decimal): -11889123 or 1939018. OLE color: 1939018.

HSL color Cylindrical-coordinate representation of color #4A961D: hue angle of 97.69º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A961D is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 150 29 -
CMYK 0.51 0 0.81 0.41
HSL 97.69º 0.68% 0.35% -
HSV(B) 97.69º 0.81% 0.59% -
XYZ 13.95 23.36 4.94 -
YUV 113.48 80.32 99.84 -
System Red Green Blue C M Y K H S L
Decimal 74 150 29 0.51 0 0.81 0.41 97.69 0.68 0.35
Hex 4A 96 1D 33 0 51 29 62 44 23
Octal 112 226 35 63 0 121 51 142 104 43
Binary 1001010 10010110 11101 110011 0 1010001 101001 1100010 1000100 100011

Color Harmonies of #4A961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A961D

Black with #4A961D

Text Example


Text Example

White with #4A961D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,150,29); }

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

background-color css

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

 a { background-color: rgb(74,150,29); }

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

border-color css

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

 span { border-color: rgb(74,150,29); }

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