#38A015

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

Shades of La Palma #38A015

Tints of La Palma #38A015

Color information

#38A015 (or 0x38A015) is unknown color: approx La Palma. HEX triplet: 38, A0 and 15. RGB value is (56,160,21). Sum of RGB (Red+Green+Blue) = 56+160+21=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 160 (62.89% from 255 or 67.51% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 160 - color contains mainly: green. Hex color #38A015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A015 is #C75FEA. Grayscale: #717171. Windows color (decimal): -13066219 or 1417272. OLE color: 1417272.

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

Color convert

RGB5616021-
CMYK0.6500.870.37
HSL104.89º76.8%35.49%-
HSV(B)104.89º86.87%62.75%-
XYZ14.3426.044.98-
YUV113.0676.0487.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 160 (62.89% from 255) = 67.51%
BLUE value IS 21 (8.59% from 255) = 8.86%
R=23.63%
G=67.51%
B=8.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56160210.6500.870.37104.8976.835.49
Hex38A0154105725694d23
Octal702402510101274515111543
Binary111000101000001010110000010101011110010111010011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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