#38A328

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

Shades of La Palma #38A328

Tints of La Palma #38A328

Color information

#38A328 (or 0x38A328) is unknown color: approx La Palma. HEX triplet: 38, A3 and 28. RGB value is (56,163,40). Sum of RGB (Red+Green+Blue) = 56+163+40=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 163 (64.06% from 255 or 62.93% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 163 - color contains mainly: green. Hex color #38A328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A328 is #C75CD7. Grayscale: #757575. Windows color (decimal): -13065432 or 2663224. OLE color: 2663224.

HSL color Cylindrical-coordinate representation of color #38A328: hue angle of 112.2º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38A328 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB5616340-
CMYK0.6600.750.36
HSL112.2º60.59%39.8%-
HSV(B)112.2º75.46%63.92%-
XYZ15.1127.196.46-
YUV116.9884.5584.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 163 (64.06% from 255) = 62.93%
BLUE value IS 40 (16.02% from 255) = 15.44%
R=21.62%
G=62.93%
B=15.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56163400.6600.750.36112.260.5939.8
Hex38A3284204B24703d28
Octal70243501020113441607550
Binary111000101000111010001000010010010111001001110000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,163,40); }

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

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

 a { background-color: rgb(56,163,40); }

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

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

 span { border-color: rgb(56,163,40); }

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