#4A8A0C

Color #4A8A0C La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #4A8A0C

Tints of La Palma #4A8A0C

Color information

#4A8A0C (or 0x4A8A0C) is unknown color: approx La Palma. HEX triplet: 4A, 8A and 0C. RGB value is (74,138,12). Sum of RGB (Red+Green+Blue) = 74+138+12=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 138 (54.30% from 255 or 61.61% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8A0C is #B575F3. Grayscale: #686868. Windows color (decimal): -11892212 or 821834. OLE color: 821834.

HSL color Cylindrical-coordinate representation of color #4A8A0C: hue angle of 90.48º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A8A0C is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB7413812-
CMYK0.4600.910.46
HSL90.48º84%29.41%-
HSV(B)90.48º91.3%54.12%-
XYZ11.9819.663.51-
YUV104.575.8106.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 138 (54.30% from 255) = 61.61%
BLUE value IS 12 (5.08% from 255) = 5.36%
R=33.04%
G=61.61%
B=5.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74138120.4600.910.4690.488429.41
Hex4A8AC2E05B2E5a541d
Octal112212145601335613212435
Binary1001010100010101100101110010110111011101011010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,138,12); }

 H1.HeaderClassName
 {
   color: #4A8A0C;
 }
 .AnyTagClassName
 {
   color: #4A8A0C;
 }
</style>
background-color css

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

 a { background-color: rgb(74,138,12); }

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

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

 span { border-color: rgb(74,138,12); }

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