#38A018

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

Shades of La Palma #38A018

Tints of La Palma #38A018

Color information

#38A018 (or 0x38A018) is unknown color: approx La Palma. HEX triplet: 38, A0 and 18. RGB value is (56,160,24). Sum of RGB (Red+Green+Blue) = 56+160+24=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 160 (62.89% from 255 or 66.67% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 160 - color contains mainly: green. Hex color #38A018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A018 is #C75FE7. Grayscale: #717171. Windows color (decimal): -13066216 or 1613880. OLE color: 1613880.

HSL color Cylindrical-coordinate representation of color #38A018: hue angle of 105.88º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38A018 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB5616024-
CMYK0.6500.850.37
HSL105.88º73.91%36.08%-
HSV(B)105.88º85%62.75%-
XYZ14.3726.055.13-
YUV113.477.5487.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 160 (62.89% from 255) = 66.67%
BLUE value IS 24 (9.77% from 255) = 10%
R=23.33%
G=66.67%
B=10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56160240.6500.850.37105.8873.9136.08
Hex38A01841055256a4a24
Octal702403010101254515211244
Binary111000101000001100010000010101010110010111010101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A018; }

 p { color: rgb(56,160,24); }

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

<style>
 a { background-color: #38A018; }

 a { background-color: rgb(56,160,24); }

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

<style>
 span { border-color: #38A018; }

 span { border-color: rgb(56,160,24); }

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