Html Css Color HEX #4A8125 La Palma

📋 copy color: '#4A8125'

red 74 ◦ green 129 ◦ blue 37

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

Shades of La Palma #4A8125

Tints of La Palma #4A8125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.75%

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 30.83%
G = 53.75%
B = 15.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#4A8125 (or 0x4A8125) is known color: La Palma. HEX triplet: 4A, 81 and 25. RGB value is (74,129,37). Sum of RGB (Red+Green+Blue) = 74+129+37=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #4A8125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8125 is #B57EDA. Grayscale: #666666. Windows color (decimal): -11894491 or 2457930. OLE color: 2457930.

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

Color convert

RGB 74 129 37 -
CMYK 0.43 0 0.71 0.49
HSL 95.87º 0.55% 0.33% -
HSV(B) 95.87º 0.71% 0.51% -
XYZ 11.01 17.29 4.51 -
YUV 102.07 91.28 107.98 -
System Red Green Blue C M Y K H S L
Decimal 74 129 37 0.43 0 0.71 0.49 95.87 0.55 0.33
Hex 4A 81 25 2B 0 47 31 60 37 21
Octal 112 201 45 53 0 107 61 140 67 41
Binary 1001010 10000001 100101 101011 0 1000111 110001 1100000 110111 100001

Color Harmonies of #4A8125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8125

Black with #4A8125

Text Example


Text Example

White with #4A8125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,129,37); }

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

background-color css

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

 a { background-color: rgb(74,129,37); }

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

border-color css

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

 span { border-color: rgb(74,129,37); }

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