#38A428

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

Shades of La Palma #38A428

Tints of La Palma #38A428

Color information

#38A428 (or 0x38A428) is unknown color: approx La Palma. HEX triplet: 38, A4 and 28. RGB value is (56,164,40). Sum of RGB (Red+Green+Blue) = 56+164+40=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 164 (64.45% from 255 or 63.08% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 164 - color contains mainly: green. Hex color #38A428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A428 is #C75BD7. Grayscale: #757575. Windows color (decimal): -13065176 or 2663480. OLE color: 2663480.

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

Color convert

RGB5616440-
CMYK0.6600.760.36
HSL112.26º60.78%40%-
HSV(B)112.26º75.61%64.31%-
XYZ15.2927.546.52-
YUV117.5784.2284.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 164 (64.45% from 255) = 63.08%
BLUE value IS 40 (16.02% from 255) = 15.38%
R=21.54%
G=63.08%
B=15.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56164400.6600.760.36112.2660.7840
Hex38A4284204C24703d28
Octal70244501020114441607550
Binary111000101001001010001000010010011001001001110000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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