#40930A

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

Shades of La Palma #40930A

Tints of La Palma #40930A

Color information

#40930A (or 0x40930A) is unknown color: approx La Palma. HEX triplet: 40, 93 and 0A. RGB value is (64,147,10). Sum of RGB (Red+Green+Blue) = 64+147+10=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #40930A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40930A is #BF6CF5. Grayscale: #6B6B6B. Windows color (decimal): -12545270 or 693056. OLE color: 693056.

HSL color Cylindrical-coordinate representation of color #40930A: hue angle of 96.35º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40930A is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB6414710-
CMYK0.5600.930.42
HSL96.35º87.26%30.78%-
HSV(B)96.35º93.2%57.65%-
XYZ12.621.983.87-
YUV106.5673.597.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 147 (57.81% from 255) = 66.52%
BLUE value IS 10 (4.30% from 255) = 4.52%
R=28.96%
G=66.52%
B=4.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64147100.5600.930.4296.3587.2630.78
Hex4093A3805D2A60571f
Octal100223127001355214012737
Binary1000000100100111010111000010111011010101100000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40930A; }

 p { color: rgb(64,147,10); }

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

<style>
 a { background-color: #40930A; }

 a { background-color: rgb(64,147,10); }

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

<style>
 span { border-color: #40930A; }

 span { border-color: rgb(64,147,10); }

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