Html Css Color HEX #4A8C38 La Palma

📋 copy color: '#4A8C38'

red 74 ◦ green 140 ◦ blue 56

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

Shades of La Palma #4A8C38

Tints of La Palma #4A8C38

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.85%

 BLUE value IS 56 (22.27% from 255) = 20.74%

R = 27.41%
G = 51.85%
B = 20.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#4A8C38 (or 0x4A8C38) is known color: La Palma. HEX triplet: 4A, 8C and 38. RGB value is (74,140,56). Sum of RGB (Red+Green+Blue) = 74+140+56=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8C38 is #B573C7. Grayscale: #6E6E6E. Windows color (decimal): -11891656 or 3705930. OLE color: 3705930.

HSL color Cylindrical-coordinate representation of color #4A8C38: hue angle of 107.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A8C38 is Cyan = 0.47, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 140 56 -
CMYK 0.47 0 0.6 0.45
HSL 107.14º 0.43% 0.38% -
HSV(B) 107.14º 0.6% 0.55% -
XYZ 12.92 20.5 7.02 -
YUV 110.69 97.13 101.83 -
System Red Green Blue C M Y K H S L
Decimal 74 140 56 0.47 0 0.6 0.45 107.14 0.43 0.38
Hex 4A 8C 38 2F 0 3C 2D 6B 2B 26
Octal 112 214 70 57 0 74 55 153 53 46
Binary 1001010 10001100 111000 101111 0 111100 101101 1101011 101011 100110

Color Harmonies of #4A8C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8C38

Black with #4A8C38

Text Example


Text Example

White with #4A8C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,140,56); }

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

background-color css

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

 a { background-color: rgb(74,140,56); }

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

border-color css

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

 span { border-color: rgb(74,140,56); }

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